Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvard committed May 25, 2024
1 parent 2d5b552 commit 434eab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const handler = async function handler(opts: ApiHandlerOpts): Promise<void> {
`
SELECT u.id,
u.email,
u.display_name,
u.name,
u.paid,
u.admin,
u.active
Expand Down

0 comments on commit 434eab7

Please sign in to comment.