From 37382f74440cca1dffa28ef936ee6655cb41fa80 Mon Sep 17 00:00:00 2001 From: MikeHughes-BIN Date: Tue, 16 Dec 2025 16:49:46 +0100 Subject: [PATCH] One closing curly too much removed --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index fe5ba23..9ba8c05 100644 --- a/main.js +++ b/main.js @@ -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)