Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Oct 20, 2023
1 parent 9cf21cb commit b706812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/presentation/http/policies/authRequired.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { StatusCodes } from 'http-status-codes';
*
* @param request - Fastify request object
* @param reply - Fastify reply object
* @param done - done callback
*/
export default async function authRequired(request: FastifyRequest, reply: FastifyReply): Promise<void> {
const { userId } = request;
Expand Down

0 comments on commit b706812

Please sign in to comment.