Skip to content

Commit 96ac5fa

Browse files
committed
Fix issues reported by sonarqube
1 parent aac1b70 commit 96ac5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fhmongodb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Database.prototype.remove = function (collectionName, id, callback) {
307307
return callback(err, null);
308308
}
309309

310-
// if a GUID id is passed as strings, convert it to an ObjectID
310+
// if a GUID id is passed as strings, convert it to an ObjectID
311311
try{
312312
id = self.createObjectIdFromHexString(id);
313313
}catch(err){

0 commit comments

Comments
 (0)