missing comma
This commit is contained in:
committed by
Spencer Alger
parent
4edc60b712
commit
92163835a0
@ -874,7 +874,7 @@ client.index({
|
|||||||
tags: ['y', 'z'],
|
tags: ['y', 'z'],
|
||||||
published: true,
|
published: true,
|
||||||
}
|
}
|
||||||
}, function (error response) {
|
}, function (error, response) {
|
||||||
|
|
||||||
});
|
});
|
||||||
---------
|
---------
|
||||||
|
|||||||
Reference in New Issue
Block a user