Skip to content

Commit 052687c

Browse files
committed
chore: remove unnecessary enum member
1 parent b1767f0 commit 052687c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/util/src/errors.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export enum ErrorCode {
2-
INVALID_BLOCK_HEADER = 'INVALID_BLOCK_HEADER',
32
INVALID_PARAM = 'INVALID_PARAM',
43
UNKNOWN_ERROR = 'UNKNOWN_ERROR',
54
}

0 commit comments

Comments
 (0)