We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f8bad commit 8539938Copy full SHA for 8539938
src/server/routes/contract/read/read.ts
@@ -43,7 +43,7 @@ export async function readContract(fastify: FastifyInstance) {
43
contractAddress,
44
});
45
46
- let parsedArgs: unknown[] | undefined = [];
+ let parsedArgs: unknown[] | undefined;
47
48
try {
49
const jsonStringArgs = `[${args}]`;
0 commit comments