Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyankhuuTsCAl committed Apr 21, 2024
1 parent d0e5b51 commit 4cbf0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/supabase/queries/user_queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function fetchUser(): Promise<User> {
throw new Error(`Session is null`);
}

const {user} = session;
const { user } = session;

if (user !== null) {
const { data, error: error1 } = await supabase
Expand Down

0 comments on commit 4cbf0c6

Please sign in to comment.