Skip to content

Commit addbe28

Browse files
NicoKaempfCopilot
andauthored
Update src/core/modules/better-auth/core-better-auth-api.middleware.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 34226e3 commit addbe28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/modules/better-auth/core-better-auth-api.middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Injectable, NestMiddleware, Optional } from '@nestjs/common';
1+
import { Injectable, Logger, NestMiddleware, Optional } from '@nestjs/common';
22
import { NextFunction, Request, Response } from 'express';
33

44
import { isProduction } from '../../common/helpers/logging.helper';

0 commit comments

Comments
 (0)