aboutsummaryrefslogtreecommitdiff
path: root/src/graphql/user
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-29 19:19:50 -0800
committerFuwn <[email protected]>2026-01-29 19:19:50 -0800
commit7e3c7c14d3e7940bc310784e852082504b2760ce (patch)
tree3c7d0db5afbd53f50c9299d4da9c01485afb0968 /src/graphql/user
parentfeat(LandingHero): Make "See More" scroll past hero (diff)
downloaddue.moe-7e3c7c14d3e7940bc310784e852082504b2760ce.tar.xz
due.moe-7e3c7c14d3e7940bc310784e852082504b2760ce.zip
fix: Resolve all ESLint errors and warnings
Diffstat (limited to 'src/graphql/user')
-rw-r--r--src/graphql/user/resolvers.ts2
1 files changed, 1 insertions, 1 deletions
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<any>
+ operation: (identity: UserIdentity, authorised: boolean) => Promise<unknown>
) => {
const identity = await auth(context);