This commit is contained in:
Daniel Lugo 2020-04-18 15:18:01 -04:00
parent 6938ef8676
commit 0d41cd1950

View file

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