We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fc032 commit a521de0Copy full SHA for a521de0
1 file changed
apps/website/app/utils/supabase/account.ts
@@ -50,7 +50,7 @@ export const createGroup = async (
50
client: DGSupabaseClient,
51
name: string,
52
): Promise<string | null> => {
53
- // eslint-disable-next-line: @typescript-eslint/naming-convention
+ // eslint-disable-next-line @typescript-eslint/naming-convention
54
const result = await client.functions.invoke<{ group_id: string }>(
55
"create-group",
56
{ body: { name } },
0 commit comments