Skip to content

Commit

Permalink
chore: Fix example/video
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Dec 2, 2024
1 parent 119b2e1 commit 276fcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/video/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.data;
println!("{status:?}");
if status.blob.is_some()
|| status.state == "JOB_STATE_CREATED"
|| status.state == "JOB_STATE_COMPLETED"
|| status.state == "JOB_STATE_FAILED"
{
break;
Expand Down

0 comments on commit 276fcea

Please sign in to comment.