From 0d41cd19508fffd52ed536e2ca996ea2552ecfcb Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 18 Apr 2020 15:18:01 -0400 Subject: [PATCH] debug --- services/gunDB/Mediator/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index b40fe42b..e233199a 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -533,6 +533,7 @@ class Mediator { /** @param {{ token: string }} body */ setLastSeenApp = async body => { + logger.info('setLastSeen Called') try { await throwOnInvalidToken(body.token) await API.Actions.setLastSeenApp()