diff --git a/src/presentation/http/fastify.d.ts b/src/presentation/http/fastify.d.ts index 5027b53d..975e9f4d 100644 --- a/src/presentation/http/fastify.d.ts +++ b/src/presentation/http/fastify.d.ts @@ -56,7 +56,7 @@ declare module 'fastify' { /** * Augment FastifyRequest to add userId property. - * This property will be used by Auth Middleware + * This property added by Auth Middleware */ export interface FastifyRequest { userId: AuthPayload['id'] | null