From cbc1e4ca54ef98e8a2c59765c32862109da5bfa3 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Tue, 22 Oct 2024 13:41:36 +0100 Subject: [PATCH] remove unnecessary cast --- packages/cli/src/commands/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/index.ts b/packages/cli/src/commands/index.ts index 5e403fb0ba..c77bb3b638 100644 --- a/packages/cli/src/commands/index.ts +++ b/packages/cli/src/commands/index.ts @@ -21,7 +21,7 @@ export const commands: CommandModule[] = [ build, deploy, devnode, - gasReport as CommandModule, + gasReport, hello, tablegen, worldgen,