Skip to content

Commit

Permalink
Update message.js
Browse files Browse the repository at this point in the history
Removed it properly this time
  • Loading branch information
markjfannon authored Aug 9, 2024
1 parent 645af46 commit a3effda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ export default async function handler(req, res) {
}
],
})
res.status(x.status).json(x.data)
//res.status(x.status).json(x.data)
}

0 comments on commit a3effda

Please sign in to comment.