Fix operation check

This commit is contained in:
2025-08-11 17:30:23 +03:00
parent bb93f99911
commit f625e21418
3 changed files with 61 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ const (
StateUploaded = "uploaded"
StateTranscribe = "transcribe"
StateDone = "done"
StatusFailed = "failed"
StateFailed = "failed"
)
func (j *TranscribeJob) MoveToState(state string) {