Skip to content

Commit a521de0

Browse files
committed
lint typo
1 parent 52fc032 commit a521de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/app/utils/supabase/account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const createGroup = async (
5050
client: DGSupabaseClient,
5151
name: string,
5252
): Promise<string | null> => {
53-
// eslint-disable-next-line: @typescript-eslint/naming-convention
53+
// eslint-disable-next-line @typescript-eslint/naming-convention
5454
const result = await client.functions.invoke<{ group_id: string }>(
5555
"create-group",
5656
{ body: { name } },

0 commit comments

Comments
 (0)