Skip to content

Commit

Permalink
remove unnecessary cast
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 22, 2024
1 parent 0ac699f commit cbc1e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const commands: CommandModule<any, any>[] = [
build,
deploy,
devnode,
gasReport as CommandModule,
gasReport,
hello,
tablegen,
worldgen,
Expand Down

0 comments on commit cbc1e4c

Please sign in to comment.