Merge branch 'fix/redundant-function-call' into 'develop'

Remove duplicated file_download event handler from ipcMain

See merge request proj-wise2526-video2document/video2document!98
This commit is contained in:
Hughes, Mike
2026-01-18 19:28:36 +01:00
-10
View File
@@ -316,16 +316,6 @@ electron.ipcMain.on("file_download", async (event) => {
} }
}); });
electron.ipcMain.on("file_download", async () => {
await mapFunctions
.get("htmlDocumentConverter")
.convert({
inputPath: globalFinalHtmlPath,
format: globalArgs.document.outputType,
showDialog: true,
});
});
electron.ipcMain.on("speaker_submit", async (event, args) => { electron.ipcMain.on("speaker_submit", async (event, args) => {
console.log("\n\n\nJa also hier kam was an \n\n\n"); console.log("\n\n\nJa also hier kam was an \n\n\n");
console.log(args); console.log(args);