Skip to content

Commit db21f1c

Browse files
committed
Merge branch 'j-grt push origin 2.0:wq!
id_store-global-leak' into 2.0
2 parents d92c02f + 5437ceb commit db21f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gridfs/grid_store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var Chunk = require('./chunk'),
4343
inherits = util.inherits,
4444
Duplex = require('stream').Duplex;
4545

46-
var REFERENCE_BY_FILENAME = 0;
46+
var REFERENCE_BY_FILENAME = 0,
4747
REFERENCE_BY_ID = 1;
4848

4949
/**

0 commit comments

Comments
 (0)