From ab49b426ec6d925d7938c3ddec753a0e7c8759af Mon Sep 17 00:00:00 2001 From: Mindfreak9100 Date: Mon, 3 Oct 2022 12:24:55 -0400 Subject: [PATCH] Fix util typo --- src/utils/logger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/logger.js b/src/utils/logger.js index 5ad93546..c7ce464a 100644 --- a/src/utils/logger.js +++ b/src/utils/logger.js @@ -1,6 +1,6 @@ /* eslint-disable no-console */ import { join } from "path"; -import { format as utilFormat } from "node:util"; +import { format as utilFormat } from "util"; import winston from "winston";