missing comma

This commit is contained in:
Peter Johnson @insertcoffee
2014-06-05 19:08:29 +01:00
committed by Spencer Alger
parent 4edc60b712
commit 92163835a0

View File

@ -874,7 +874,7 @@ client.index({
tags: ['y', 'z'],
published: true,
}
}, function (error response) {
}, function (error, response) {
});
---------