Skip to content

Commit

Permalink
fix: stopped in upload status (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeetsingh150 authored Oct 1, 2024
1 parent d6b69dc commit 2affed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions maestro-cli/src/main/java/maestro/cli/api/ApiClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ data class UploadStatus(
ERROR,
CANCELED,
WARNING,
STOPPED
}


Expand Down
1 change: 1 addition & 0 deletions maestro-cli/src/main/java/maestro/cli/model/FlowStatus.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ enum class FlowStatus {
UploadStatus.Status.ERROR -> ERROR
UploadStatus.Status.CANCELED -> CANCELED
UploadStatus.Status.WARNING -> WARNING
UploadStatus.Status.STOPPED -> STOPPED
}

}
Expand Down

0 comments on commit 2affed9

Please sign in to comment.