fix: Logger name typo
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 21s
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 21s
This commit is contained in:
parent
b7cd0b2588
commit
585cde9431
@ -7,7 +7,7 @@ const CACHE_TTL = 60; // seconds
|
|||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class AppConfigService {
|
export class AppConfigService {
|
||||||
private readonly logger = new Logger(ConfigService.name);
|
private readonly logger = new Logger(AppConfigService.name);
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private readonly prisma: PrismaService,
|
private readonly prisma: PrismaService,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user