Skip to content

Commit

Permalink
Added the sendUpdates flag
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Jan 22, 2025
1 parent 6d4dbdb commit a224076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/signup-submit.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export default async function handler(req, res) {
email: req.body.email,
},
]
}
},
sendUpdates: 'externalOnly'
})

res.json(`ok bebob ${JSON.stringify("hello")}`)
Expand Down

0 comments on commit a224076

Please sign in to comment.