Skip to content

Commit 1dd938f

Browse files
authored
fix: remove extra route causing build error (#789)
1 parent a52a717 commit 1dd938f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/routes/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ export async function withRoutes(fastify: FastifyInstance) {
131131
await fastify.register(getTransactionsForBackendWalletByNonce);
132132
await fastify.register(resetBackendWalletNoncesRoute);
133133
await fastify.register(cancelBackendWalletNoncesRoute);
134-
await fastify.register(resetBackendWalletNoncesRoute);
135134
await fastify.register(getBackendWalletNonce);
136135
await fastify.register(simulateTransaction);
137136

0 commit comments

Comments
 (0)