Skip to content

Commit

Permalink
adapt changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Dec 20, 2022
1 parent 7c3aa66 commit cb5deb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/session.ts
Expand Up @@ -13,5 +13,5 @@ export class MasaSession {
login = () => login(this.masa);
logout = () => logout(this.masa);
getSession = () => getSession(this.masa);
checkAllowlist = () => checkAllowlist(this.masa),
checkAllowlist = () => checkAllowlist(this.masa);
}

0 comments on commit cb5deb3

Please sign in to comment.