Skip to content

Commit

Permalink
Merge pull request #69 from sesamyab/dev
Browse files Browse the repository at this point in the history
fix: selling-point without the s
  • Loading branch information
markusahlstrand authored May 20, 2024
2 parents 2149929 + 81aa55f commit b2a5519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rss/rss-extensions/sesamy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export const sesamyProductSchema = z.object({
.optional(),
time: z.number().optional(),
'sesamy:time': z.number().optional(),
'sesamy:selling-points': z.array(z.string()).optional(),
'sesamy:selling-point': z.array(z.string()).optional(),
currency: z.string(),
'sesamy:currency': z.string(),
'sesamy:price-overrides': z
'sesamy:price-override': z
.array(
z.object({
price: z.number(),
Expand Down

0 comments on commit b2a5519

Please sign in to comment.