Skip to content

Commit

Permalink
Fix typing for metadata field.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstubbs committed Oct 14, 2024
1 parent 572fb97 commit 35f2547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const pantheonAPIOptions: PantheonAPIOptions = {
groupIdentifier: "AUTHOR",
schema: {
name: "string",
image: "image",
image: "file",
},
get: (id: string) => authors.find((x) => x.id?.toString() === id),
list: () => authors,
Expand Down

0 comments on commit 35f2547

Please sign in to comment.