applied 92163835a0 to the example source

This commit is contained in:
Spencer Alger
2014-07-10 18:04:15 -07:00
parent ff8e925976
commit a9f8122063
4 changed files with 4 additions and 4 deletions

View File

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