Sifa professional network API (Fastify, AT Protocol, Jetstream) sifa.id/

style: fix prettier formatting in profile.ts (#95)

authored by

Guido X Jansen and committed by
GitHub
947fe6dc a871aa19

+5 -1
+5 -1
src/routes/profile.ts
··· 112 112 } 113 113 } 114 114 115 - export function registerProfileRoutes(app: FastifyInstance, db: Database, valkey: ValkeyClient | null = null) { 115 + export function registerProfileRoutes( 116 + app: FastifyInstance, 117 + db: Database, 118 + valkey: ValkeyClient | null = null, 119 + ) { 116 120 app.get<{ Params: { handleOrDid: string } }>( 117 121 '/api/profile/:handleOrDid', 118 122 async (request, reply) => {