We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb17548 commit 444e27aCopy full SHA for 444e27a
libs/nest-logger/src/lib/nest-logger.service.ts
@@ -1,3 +1,4 @@
1
+/* eslint-disable @typescript-eslint/no-explicit-any */
2
import { LoggerService, Injectable, Inject } from '@nestjs/common';
3
import { Logger } from 'pino';
4
import { PINO_LOGGER_TOKEN } from './tokens';
0 commit comments