Skip to content

Commit

Permalink
Remove unused id
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobottaro committed Feb 13, 2024
1 parent 155b9c1 commit ed134d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/nextjs-website/src/lib/strapi/homepage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const StrapiHomepageCodec = t.strict({
links: t.array(LinkHomepageCodec),
}),
productsShowcase: t.strict({
id: t.number,
title: t.string,
products: t.strict({
data: t.array(ProductCodec),
Expand Down

0 comments on commit ed134d9

Please sign in to comment.