Skip to content

Commit

Permalink
chore: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
smuthya committed Jan 25, 2024
1 parent 7295591 commit 3e8548d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electrode-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@ export async function electrodeServer<TConfig = any>(
return await start(ctx);
}

export { default as fastify } from 'fastify';
export { default as fastify } from "fastify";

0 comments on commit 3e8548d

Please sign in to comment.