Skip to content

Commit 508b5ef

Browse files
committed
fix(utils): do not use ES6 in the 1.x branch
1 parent bf4391c commit 508b5ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/bson/parser/utils.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ function normalizedFunctionString(fn) {
99
}
1010

1111
module.exports = {
12-
normalizedFunctionString
12+
normalizedFunctionString: normalizedFunctionString
1313
};
14+

0 commit comments

Comments
 (0)