Skip to content

Commit

Permalink
Release 0.2.4: add missing payload 'entry'
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiyasleep committed Sep 28, 2023
1 parent 2a17bb3 commit 8b0d094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djmax-topscore-worker",
"version": "0.2.3",
"version": "0.2.4",
"devDependencies": {
"wrangler": "2.12.1"
},
Expand Down
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ export default {
}

return _response({
...entry,
...found,
// button,
patterns: found.pattern,
message
})
}
Expand Down

0 comments on commit 8b0d094

Please sign in to comment.