diff --git a/packages/indexer-cli/src/commands/indexer/actions/get.ts b/packages/indexer-cli/src/commands/indexer/actions/get.ts index 89e45f0d8..41db0f108 100644 --- a/packages/indexer-cli/src/commands/indexer/actions/get.ts +++ b/packages/indexer-cli/src/commands/indexer/actions/get.ts @@ -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)