Skip to content

Commit b9551dd

Browse files
committed
fix: make test pass
1 parent a827ded commit b9551dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/default/pages/api/hello-background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default async (req, res) => {
2-
// await fetch(`https://webhook.site/${req.body.token}`)
2+
await fetch(`https://webhook.site/${req.body.token}`)
33

44
res.setHeader('Content-Type', 'application/json')
55
res.status(200)

0 commit comments

Comments
 (0)