Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Feb 26, 2024
1 parent a6636e0 commit 5a84bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/gql/requests/getUserId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export async function getUserId({
return {
userId: response.users?.items?.[0] ? response.users.items[0].userId : null,
}
}
}

0 comments on commit 5a84bbf

Please sign in to comment.