1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

style: lint

This commit is contained in:
2022-04-27 16:26:37 +02:00
parent 8a7d08c3b9
commit aabe473ef6

View File

@@ -294,7 +294,7 @@ export class AuthManager {
//Residue can happen in case of session expiration //Residue can happen in case of session expiration
await this.logOut() await this.logOut()
} }
return { isLoggedIn, userName } return { isLoggedIn, userName }
} }