Skip to content

Commit ac111ca

Browse files
committed
fix(config): remove const from enum
1 parent 1bc4f59 commit ac111ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/utils/logging/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { config } from '@global/config';
22

3-
export const enum LogLevel {
3+
export enum LogLevel {
44
OFF = 'OFF',
55
ERROR = 'ERROR',
66
WARN = 'WARN',

0 commit comments

Comments
 (0)