Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Jul 22, 2022
1 parent 9f6248f commit 6a7d5b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"return-deep-diff": "0.4.0"
},
"devDependencies": {
"@packages/errors": "0.0.0-development",
"@packages/root": "0.0.0-development",
"@packages/ts": "0.0.0-development",
"@packages/types": "0.0.0-development",
Expand Down
1 change: 0 additions & 1 deletion packages/server/lib/util/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ const tryJSONParse = (str) => {
}

const JSONOrCoerce = (str) => {
coerce
// valid JSON? horray
const parsed = tryJSONParse(str)

Expand Down

0 comments on commit 6a7d5b7

Please sign in to comment.