Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indexer-cli: Remove trailing dot for formatting consistency
Browse files Browse the repository at this point in the history
tilacog committed Dec 6, 2022
1 parent 9ea1832 commit bc4e412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/actions/get.ts
Original file line number Diff line number Diff line change
@@ -144,7 +144,7 @@ module.exports = {

if (!['undefined', 'string'].includes(typeof fields)) {
throw Error(
`Invalid value for '--fields' option, must be a comma-separated list of field names.`,
`Invalid value for '--fields' option, must be a comma-separated list of field names`,
)
}
selectedFields = fields === undefined ? actionFields : validateFields(fields)

0 comments on commit bc4e412

Please sign in to comment.