One closing curly too much removed

This commit is contained in:
MikeHughes-BIN
2025-12-16 16:49:46 +01:00
parent 8e563187b0
commit 37382f7444
+1 -1
View File
@@ -206,7 +206,7 @@ electron.ipcMain.on("file_submit", async (event, args) => {
mainWindow.webContents.send("error", err) mainWindow.webContents.send("error", err)
return return
}) })
}
await mapFunctions.get("extract-speaker-snippets").function({audioPath: audiopath, jsonPath: transcriptpath }).then(resp => { await mapFunctions.get("extract-speaker-snippets").function({audioPath: audiopath, jsonPath: transcriptpath }).then(resp => {
mainWindow.webContents.send("submitSpeaker", resp) mainWindow.webContents.send("submitSpeaker", resp)