Skip to content

Commit

Permalink
Fixed linting for PR 843
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-GC committed Feb 12, 2024
1 parent 556d91d commit b45214a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build/scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ async function packageApp() {
delete builderArgs[opt];
}



let buildOptions = {
config: frappeBooksConfig,
...builderArgs,
Expand Down
4 changes: 2 additions & 2 deletions electron-builder-config.mjs
Original file line number Diff line number Diff line change
@@ -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';

Expand Down Expand Up @@ -66,4 +66,4 @@ const frappeBooksConfig = {
},
};

export default frappeBooksConfig;
export default frappeBooksConfig;

0 comments on commit b45214a

Please sign in to comment.