Merge branch 'feature/ui-test' into 'develop'

One closing curly too much removed

See merge request proj-wise2526-video2document/video2document!61
This commit is contained in:
Minning, Eric
2025-12-16 16:59:59 +01:00
+1 -1
View File
@@ -206,7 +206,7 @@ electron.ipcMain.on("file_submit", async (event, args) => {
mainWindow.webContents.send("error", err)
return
})
}
await mapFunctions.get("extract-speaker-snippets").function({audioPath: audiopath, jsonPath: transcriptpath }).then(resp => {
mainWindow.webContents.send("submitSpeaker", resp)