diff --git a/api/fileProcessing/index.ts b/api/fileProcessing/index.ts index e3c07746..460a733d 100644 --- a/api/fileProcessing/index.ts +++ b/api/fileProcessing/index.ts @@ -103,7 +103,7 @@ export default function (app: Application) { recording.set("fileKey", newProcessedFileKey); } if (complete) { - if (recording.processState != RecordingProcessingState.Reprocess) { + if (recording.processingState != RecordingProcessingState.Reprocess) { await recordingUtil.sendAlerts(recording.id); }