Browse Source

Fix util typo

Mindfreak9100 2 năm trước cách đây
mục cha
commit
ab49b426ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/logger.js

+ 1 - 1
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";