Updated to the new version of keeper

This commit is contained in:
Martin Donnelly 2016-07-12 16:43:13 +01:00
parent 578a49b3ab
commit 7f059547c1

View File

@ -78,7 +78,7 @@ module.exports = exports = keeperService = function setBus(cfg) {
logger.debug(args.id);
dbCouch.view('get', 'taglist', function(err, body) {
dbCouch.view('taglist', 'taglist', function(err, body) {
if (!err) {
logger.debug(body);
var outJSON = [];