Skip to content

Commit b725810

Browse files
authored
fix/profile-creation (#4030)
1 parent 33b0492 commit b725810

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

functions/src/supabaseSync/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ async function insertOrUpdateProfile(
6767
.eq('firebase_auth_id', user._authID)
6868
.single()
6969

70-
if (profileRequest.error) {
71-
functions.logger.log(profileRequest.error)
72-
return
73-
}
74-
7570
if (profileRequest.data) {
7671
// Update
7772
const { error } = await client

0 commit comments

Comments
 (0)