From 70142ba90ce9c2a8618a24fcf50b9f720cdec7c6 Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Sat, 21 Oct 2023 01:05:49 +0300 Subject: [PATCH] improve doc --- src/presentation/http/fastify.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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