fix(lint): fix linting error

merge-requests/2506/merge
Kasper Seweryn 2023-09-11 17:10:51 +02:00
rodzic 51f37afb72
commit 096a435d56
3 zmienionych plików z 7587 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Add custom logging functionality (#2155)

Wyświetl plik

@ -48,7 +48,7 @@ const FILETYPE_COLOR: Record<string, string> = {
const createLoggerFn = (level: LogLevel) => {
// NOTE: Don't log time and debug in production
if (level === 'time' || level === 'debug') {
if (import.meta.env.PROD) return () => { }
if (import.meta.env.PROD) return () => undefined
}
return async (...args: any[]) => {

7585
front/yarn.lock 100644

Plik diff jest za duży Load Diff