Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Oct 20, 2023
1 parent b706812 commit 70142ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/http/fastify.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70142ba

Please sign in to comment.