Skip to content

Commit 276fcea

Browse files
committed
chore: Fix example/video
#260 (review)
1 parent 119b2e1 commit 276fcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/video/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
202202
.data;
203203
println!("{status:?}");
204204
if status.blob.is_some()
205-
|| status.state == "JOB_STATE_CREATED"
205+
|| status.state == "JOB_STATE_COMPLETED"
206206
|| status.state == "JOB_STATE_FAILED"
207207
{
208208
break;

0 commit comments

Comments
 (0)