Skip to content

Commit

Permalink
fix(serializer): remove use of const
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jun 7, 2018
1 parent e3d83de commit 5feb12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bson/parser/serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var writeIEEE754 = require('../float_parser').writeIEEE754,
Map = require('../map'),
Binary = require('../binary').Binary;

const normalizedFunctionString = require('./utils').normalizedFunctionString;
var normalizedFunctionString = require('./utils').normalizedFunctionString;

// try {
// var _Buffer = Uint8Array;
Expand Down

0 comments on commit 5feb12f

Please sign in to comment.