diff --git a/frontends/api/src/hooks/learningResources/keyFactory.ts b/frontends/api/src/hooks/learningResources/keyFactory.ts index 344d3d06d8..1787dd55bf 100644 --- a/frontends/api/src/hooks/learningResources/keyFactory.ts +++ b/frontends/api/src/hooks/learningResources/keyFactory.ts @@ -31,7 +31,6 @@ import { createQueryKeys } from "@lukemorales/query-key-factory" const learningResources = createQueryKeys("learningResources", { detail: (id: number) => ({ queryKey: [id], - meow: "meow", queryFn: () => learningResourcesApi .learningResourcesRetrieve({ id })