Skip to content

Commit

Permalink
Tweak register form
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Sep 25, 2024
1 parent 2eb5756 commit f9e9de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/src/gidx/register.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { APIError, APIHandler } from 'api/helpers/endpoint'
import { getUser, LOCAL_DEV, log } from 'shared/utils'
import { getUserIdFromReferralCode, updateUser } from 'shared/supabase/users'
import { updateUser } from 'shared/supabase/users'
import { createSupabaseDirectClient } from 'shared/supabase/init'
import {
getGIDXStandardParams,
Expand Down

0 comments on commit f9e9de0

Please sign in to comment.