Skip to content

Commit 12e7865

Browse files
committed
Fix lint
1 parent c2b131f commit 12e7865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/src/commands/codegen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class CodegenCommand extends Command {
4343
summary: 'IPFS node to use for fetching subgraph data.',
4444
char: 'i',
4545
default: DEFAULT_IPFS_URL,
46-
hidden: true
46+
hidden: true,
4747
}),
4848
'uncrashable-config': Flags.file({
4949
summary: 'Directory for uncrashable config.',

packages/cli/src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default class InitCommand extends Command {
157157
summary: 'IPFS node to use for fetching subgraph data.',
158158
char: 'i',
159159
default: DEFAULT_IPFS_URL,
160-
hidden: true
160+
hidden: true,
161161
}),
162162
};
163163

0 commit comments

Comments
 (0)