Skip to content

Commit

Permalink
Fix typecheck error on CI. Stray line (cat)?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Apr 26, 2024
1 parent 53ec3ee commit 36886b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontends/api/src/hooks/learningResources/keyFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 36886b6

Please sign in to comment.