1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-21 21:21:31 +00:00

style: lint

This commit is contained in:
2022-04-27 16:26:37 +02:00
parent 8a7d08c3b9
commit aabe473ef6
+1 -1
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 }
} }