Skip to content

Commit

Permalink
ar(fix) list decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 26, 2024
1 parent c7d9705 commit b2d0b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model/decorators/hypnos-public-decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const decorateListing = (listing: Record<string, any>, uMeta: any, locale?: stri
latlng: `${listing?.location?.geo}`,
when: `${listing?.scheduledFor}`,
images: listing?.images || [`https://placehold.co/600x400`],
price: `${listing?.value} KRN`,
value: `${listing?.value} KRN`,
link: 'https://www.dreampip.com',
badgeLink: 'https://www.dreampip.com',
rating: `${Math.floor(Math.random() * 10)}/10`,
Expand Down

0 comments on commit b2d0b28

Please sign in to comment.