From 968736056ea7b6f451d5d45bb7b5297295646f54 Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Mon, 29 May 2023 22:27:39 -0500 Subject: [PATCH] hasSome for skills --- src/server/api/routers/auditoryResources.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/api/routers/auditoryResources.ts b/src/server/api/routers/auditoryResources.ts index bbd6d62..0f87862 100644 --- a/src/server/api/routers/auditoryResources.ts +++ b/src/server/api/routers/auditoryResources.ts @@ -57,7 +57,7 @@ export const auditoryResourceRouter = createTRPCRouter({ hasEvery: input.skill_levels ?? [], }, skills: { - hasEvery: input.skills ?? [], + hasSome: input.skills ?? [], }, platform_links: { some: {