fix: build error in logger, cache, and logging middleware

This commit is contained in:
Shivang2607
2025-09-28 00:17:47 +05:30
parent 6c0af0b13b
commit 76923dd2df
3 changed files with 4 additions and 11 deletions
-1
View File
@@ -20,7 +20,6 @@ const loggerOptions: LoggerOptions = {
};
},
},
timestamp: pino.stdTimeFunctions.isoTime,
};
export const log = pino(loggerOptions);