Skip to content

Commit

Permalink
fix/profile-creation (#4030)
Browse files Browse the repository at this point in the history
mariojsnunes authored Dec 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 33b0492 commit b725810
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions functions/src/supabaseSync/index.ts
Original file line number Diff line number Diff line change
@@ -67,11 +67,6 @@ async function insertOrUpdateProfile(
.eq('firebase_auth_id', user._authID)
.single()

if (profileRequest.error) {
functions.logger.log(profileRequest.error)
return
}

if (profileRequest.data) {
// Update
const { error } = await client

0 comments on commit b725810

Please sign in to comment.