Skip to content

Commit

Permalink
fix dictionary resolver type (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored May 14, 2023
1 parent 97ad0d9 commit e08e9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/yargs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export const yargsOptions = yargs(hideBin(process.argv))
'dictionary-resolver': {
demandOption: false,
describe: 'Use SubQuery Network dictionary resolver',
type: 'boolean',
type: 'string',
default: false,
},
'dictionary-timeout': {
Expand Down

0 comments on commit e08e9f6

Please sign in to comment.