Skip to content

Commit

Permalink
Merge pull request #213 from poap-xyz/release/v1.12.7
Browse files Browse the repository at this point in the history
Release v1.12.7
  • Loading branch information
jm42 authored May 2, 2024
2 parents 0ea932c + 3b3be78 commit 16716c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions netlify/edge-functions/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ export default async function handler(request, context) {
})
}

if (eventInfo == null) {
return new Response(html, {
status: 404,
headers: {
'content-type': 'text/html',
},
})
}

return new Response(
appendFrame(
replaceMeta(
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.12.6",
"version": "1.12.7",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down

0 comments on commit 16716c3

Please sign in to comment.