Skip to content

Commit

Permalink
Merge pull request #60 from llenotre/devel/llenotre/fix/status
Browse files Browse the repository at this point in the history
fix(functions): deploying status
  • Loading branch information
FlorentinDUBOIS committed May 22, 2024
2 parents 1c289a0 + e8fb20d commit ab6609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v4/functions/deployments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub enum Status {
WaitingForUpload,
#[serde(rename = "PACKAGING")]
Packaging,
#[serde(rename = "PACKAGING")]
#[serde(rename = "DEPLOYING")]
Deploying,
#[serde(rename = "READY")]
Ready,
Expand Down

0 comments on commit ab6609e

Please sign in to comment.