Skip to content

Commit

Permalink
Merge pull request #190 from poap-xyz/release/v1.11.3
Browse files Browse the repository at this point in the history
Release v1.11.3
  • Loading branch information
jm42 authored Apr 17, 2024
2 parents af7af39 + 304ea3e commit 4548897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions netlify/edge-functions/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ export default async function handler(request, context) {
`[ ${eventInfo.supply} + ${eventInfo.emailReservations} ] ` +
`${dayjs(eventInfo.event.start_date).format('ll')}` +
`${eventInfo.event.city && eventInfo.event.country
? ` ${eventInfo.event.city}, ${eventInfo.event.country}`
? ` | ${eventInfo.event.city}, ${eventInfo.event.country}`
: ''
}` +
`${eventInfo.description && typeof eventInfo.description === 'string'
? ` ${truncate(eventInfo.description)}`
: ''
}`
`${eventInfo.event.description && typeof eventInfo.event.description === 'string'
? ` | ${truncate(eventInfo.event.description)}`
: ''
}`
)
const image = eventInfo.event.image_url
const url = `${FAMILY_URL}/event/${eventId}${queryString}`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poap-family",
"version": "1.11.2",
"version": "1.11.3",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down

0 comments on commit 4548897

Please sign in to comment.