Skip to content

Commit 045a8de

Browse files
committed
Fix checkSession missing function declaration
1 parent 1b08984 commit 045a8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class AuthManager {
189189
return data;
190190
}
191191

192-
// Check Session
192+
async checkSession() {
193193
const { data: { session } } = await this.db.auth.getSession();
194194
if (session) {
195195
const profile = await this.getUserProfile(session.user.id);

0 commit comments

Comments
 (0)