From 0e0acdf218d360abd1ceb18a2f49522579f0ca4f Mon Sep 17 00:00:00 2001 From: Abhinav Date: Fri, 26 Aug 2022 15:04:43 +0530 Subject: [PATCH] remove getElectronFile api --- src/types/electron/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/electron/index.ts b/src/types/electron/index.ts index a239e3daa..85f25107e 100644 --- a/src/types/electron/index.ts +++ b/src/types/electron/index.ts @@ -20,7 +20,6 @@ export interface ElectronAPIsInterface { registerRetryFailedExportListener: (retryFailedExport: () => void) => void; getExportRecord: (filePath: string) => Promise; setExportRecord: (filePath: string, data: string) => Promise; - getElectronFile: (filePath: string) => Promise; showUploadFilesDialog: () => Promise; showUploadDirsDialog: () => Promise; getPendingUploads: () => Promise<{