From b45214a75eabce5f7ebe723123f8a6ec1b88cfe6 Mon Sep 17 00:00:00 2001 From: Isaac GC Date: Sun, 11 Feb 2024 16:09:35 -0800 Subject: [PATCH] Fixed linting for PR 843 --- build/scripts/build.mjs | 2 -- electron-builder-config.mjs | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/scripts/build.mjs b/build/scripts/build.mjs index 826e64304..158bbf402 100644 --- a/build/scripts/build.mjs +++ b/build/scripts/build.mjs @@ -154,8 +154,6 @@ async function packageApp() { delete builderArgs[opt]; } - - let buildOptions = { config: frappeBooksConfig, ...builderArgs, diff --git a/electron-builder-config.mjs b/electron-builder-config.mjs index 6c24afe7b..c04c7f918 100644 --- a/electron-builder-config.mjs +++ b/electron-builder-config.mjs @@ -1,4 +1,4 @@ -// App is tagged with a .mjs extension to allow +// App is tagged with a .mjs extension to allow import path from 'path'; import { fileURLToPath } from 'url'; @@ -66,4 +66,4 @@ const frappeBooksConfig = { }, }; -export default frappeBooksConfig; \ No newline at end of file +export default frappeBooksConfig;