update couch builder

This commit is contained in:
martind2000 2016-03-21 22:49:42 +00:00
parent bffd90d96c
commit 62e9eb63dd

View File

@ -82,6 +82,7 @@ var updateTable = (table) =>
if (typeof body !== 'undefined') {
logger.debug(body);
keeper.insert({_id: body._id, _rev: body._rev, views: table.view},
function(_err, _body) {
if (err) {