Skip to content

Commit ffe39da

Browse files
committed
Bugfix release 2.1.3
1 parent 825aea0 commit ffe39da

File tree

3 files changed

+184
-184
lines changed

3 files changed

+184
-184
lines changed

lib/services/groups/groupRegistryMongoDB.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function findBy(fields) {
194194
}
195195

196196
function update(id, body, callback) {
197-
logger.debug("Storing updated values for configuration [%s]:\n%s", id, JSON.stringify(body, null, 4));
197+
logger.debug('Storing updated values for configuration [%s]:\n%s', id, JSON.stringify(body, null, 4));
198198
getById(id, function(error, group) {
199199
if (error) {
200200
callback(error);

0 commit comments

Comments
 (0)