Skip to content

Commit af3ae4f

Browse files
committed
fix: lint
1 parent 23f1ef1 commit af3ae4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/on_demand/parse_to_elements.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const BSONElementType = {
3333
maxKey: 127
3434
} as const;
3535

36-
type BSONElementType = typeof BSONElementType[keyof typeof BSONElementType];
36+
type BSONElementType = (typeof BSONElementType)[keyof typeof BSONElementType];
3737

3838
/**
3939
* @public

0 commit comments

Comments
 (0)