From 7e3c7c14d3e7940bc310784e852082504b2760ce Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 29 Jan 2026 19:19:50 -0800 Subject: fix: Resolve all ESLint errors and warnings --- src/graphql/user/resolvers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphql') diff --git a/src/graphql/user/resolvers.ts b/src/graphql/user/resolvers.ts index 123f4589..285c98f0 100644 --- a/src/graphql/user/resolvers.ts +++ b/src/graphql/user/resolvers.ts @@ -59,7 +59,7 @@ const auth = async (context: Context) => { const authenticatedBadgesOperation = async ( context: Context, - operation: (identity: UserIdentity, authorised: boolean) => Promise + operation: (identity: UserIdentity, authorised: boolean) => Promise ) => { const identity = await auth(context); -- cgit v1.2.3