Skip to content

Commit

Permalink
fix: remove extra route causing build error (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcoraven authored Dec 4, 2024
1 parent a52a717 commit 1dd938f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export async function withRoutes(fastify: FastifyInstance) {
await fastify.register(getTransactionsForBackendWalletByNonce);
await fastify.register(resetBackendWalletNoncesRoute);
await fastify.register(cancelBackendWalletNoncesRoute);
await fastify.register(resetBackendWalletNoncesRoute);
await fastify.register(getBackendWalletNonce);
await fastify.register(simulateTransaction);

Expand Down

0 comments on commit 1dd938f

Please sign in to comment.