diff --git a/convex/builds.ts b/convex/builds.ts index 4fb3ad3..ca1e34a 100644 --- a/convex/builds.ts +++ b/convex/builds.ts @@ -332,7 +332,7 @@ export const generateAnonymousDownloadUrl = mutation({ build: v.object(buildFields), slug: v.string(), }, - handler: async (ctx, args) => { + handler: async (_ctx, args) => { let objectKey = args.build.artifactPath || '' if (objectKey.startsWith('/')) { objectKey = objectKey.substring(1)