Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Jun 28, 2024
1 parent 110fe22 commit f92a3fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Injectable, LoggerService, NestMiddleware } from '@nestjs/common'
import { LoggerService } from '@narval/nestjs-shared'
import { Injectable, NestMiddleware } from '@nestjs/common'
import { NextFunction, Request, Response } from 'express'

@Injectable()
Expand Down

0 comments on commit f92a3fc

Please sign in to comment.