mirror of
https://gitlab.silvrtree.co.uk/martind2000/recipes.git
synced 2025-01-25 16:16:16 +00:00
Updated to the new version of keeper
This commit is contained in:
parent
578a49b3ab
commit
7f059547c1
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user