Skip to content

Commit

Permalink
Merge pull request #86 from gyaaniguy/patch-1
Browse files Browse the repository at this point in the history
Fetch settings from JSON API
  • Loading branch information
jjw24 authored Sep 25, 2024
2 parents 015d00f + 7d8da3a commit 88e197a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs-write-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ your main.js should look something like below:
```js
const open = require('./node_modules/open');

const { method, parameters } = JSON.parse(process.argv[2]);
const { method, parameters, settings } = JSON.parse(process.argv[2]);

if (method === "query") {
console.log(JSON.stringify(
Expand Down

0 comments on commit 88e197a

Please sign in to comment.