Skip to content

Commit 8539938

Browse files
authored
fix case where fallback does not trigger (#750)
1 parent 62f8bad commit 8539938

File tree

1 file changed

+1
-1
lines changed
  • src/server/routes/contract/read

1 file changed

+1
-1
lines changed

src/server/routes/contract/read/read.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function readContract(fastify: FastifyInstance) {
4343
contractAddress,
4444
});
4545

46-
let parsedArgs: unknown[] | undefined = [];
46+
let parsedArgs: unknown[] | undefined;
4747

4848
try {
4949
const jsonStringArgs = `[${args}]`;

0 commit comments

Comments
 (0)