Skip to content

Commit

Permalink
fix app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Dec 13, 2023
1 parent 7e13ced commit 97826d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const apiServer = require('./apiServer');
const args = parseArgs({
options: {
apiServer: {
type: "boolean",
short: "a",
default: false
}
}
type: 'boolean',
short: 'a',
default: false,
},
},
}, process.argv.slice(2));

async function initiate() {
Expand Down

0 comments on commit 97826d5

Please sign in to comment.