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()