update couch builder
This commit is contained in:
parent
bffd90d96c
commit
62e9eb63dd
@ -82,6 +82,7 @@ var updateTable = (table) =>
|
|||||||
|
|
||||||
if (typeof body !== 'undefined') {
|
if (typeof body !== 'undefined') {
|
||||||
|
|
||||||
|
logger.debug(body);
|
||||||
keeper.insert({_id: body._id, _rev: body._rev, views: table.view},
|
keeper.insert({_id: body._id, _rev: body._rev, views: table.view},
|
||||||
function(_err, _body) {
|
function(_err, _body) {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
Loading…
Reference in New Issue
Block a user