Skip to content

Commit

Permalink
Merge pull request #47 from dreampipcom/dev
Browse files Browse the repository at this point in the history
r002: ar(fix) list decorator
  • Loading branch information
angeloreale authored Aug 26, 2024
2 parents cc05e23 + 240102f commit eef20ad
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 eef20ad

Please sign in to comment.