mirror of
https://gitlab.silvrtree.co.uk/martind2000/recipes.git
synced 2025-01-27 11:56:18 +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);
|
logger.debug(args.id);
|
||||||
|
|
||||||
dbCouch.view('get', 'taglist', function(err, body) {
|
dbCouch.view('taglist', 'taglist', function(err, body) {
|
||||||
if (!err) {
|
if (!err) {
|
||||||
logger.debug(body);
|
logger.debug(body);
|
||||||
var outJSON = [];
|
var outJSON = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user