From adcd1c92c4a09fafb4575a79e0c856779de93081 Mon Sep 17 00:00:00 2001 From: Aaron Crosman Date: Sat, 7 Oct 2023 12:34:27 -0400 Subject: [PATCH] Linting fixes --- src/ipcCalls.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ipcCalls.js b/src/ipcCalls.js index 6701022..83abb0d 100644 --- a/src/ipcCalls.js +++ b/src/ipcCalls.js @@ -101,14 +101,14 @@ const handlers = { request: args, }); return true; - } + }, ); }, // Logout of a specific Salesforce org. sf_logout: (event, args) => { const conn = new jsforce.Connection(sfConnections[args.org]); conn.logout().then( - (result) => { + () => { // now the session has been expired. windows.main.webContents.send('response_logout', { status: true, @@ -134,7 +134,8 @@ const handlers = { `Logout Failed ${err}`, ); return true; - }); + }, + ); }, send_log: (event, args) => { logMessage(