From c798ee7bfd63c9fc7a5ffb27f367adced78f74c9 Mon Sep 17 00:00:00 2001 From: Daniel Kappelle Date: Tue, 19 Nov 2019 11:51:05 +0100 Subject: [PATCH] Debug correct groups --- lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.js b/lib/utils.js index 61d8db9..f9c94b6 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -232,7 +232,7 @@ module.exports = class AccessUtils { }, }) .then(groups => { - debug('getUserGroups returning from datastore: %o', currentUserGroups) + debug('getUserGroups returning from datastore: %o', groups) cb(null, groups) }) .catch(cb)