Skip to content

Commit

Permalink
fix: serverless api error
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Jul 20, 2022
1 parent 3368617 commit b6a013e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (req, res) => {
JSON.stringify({
action: 'finish',
data: {
id: ctx.request.body.id,
id: req.body.id,
globals:globals,
report: report,
history: history,
Expand Down

0 comments on commit b6a013e

Please sign in to comment.