WIP: Submit transcoding jobs via a HTTP API #6
@ -187,7 +187,7 @@ public class JDBCTranscriptionRepository implements TranscriptionRepository {
|
|||||||
public void markAsCompleted(Transcription transcription) {
|
public void markAsCompleted(Transcription transcription) {
|
||||||
jdbcClient.sql("""
|
jdbcClient.sql("""
|
||||||
UPDATE transcriptions
|
UPDATE transcriptions
|
||||||
SET notification_successful = true
|
SET notification_success = true
|
||||||
WHERE id = :id
|
WHERE id = :id
|
||||||
""")
|
""")
|
||||||
.param("id", transcription.id())
|
.param("id", transcription.id())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user