debug
This commit is contained in:
parent
6938ef8676
commit
0d41cd1950
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ class Mediator {
|
||||||
|
|
||||||
/** @param {{ token: string }} body */
|
/** @param {{ token: string }} body */
|
||||||
setLastSeenApp = async body => {
|
setLastSeenApp = async body => {
|
||||||
|
logger.info('setLastSeen Called')
|
||||||
try {
|
try {
|
||||||
await throwOnInvalidToken(body.token)
|
await throwOnInvalidToken(body.token)
|
||||||
await API.Actions.setLastSeenApp()
|
await API.Actions.setLastSeenApp()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue