We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609623d commit ed0bb9aCopy full SHA for ed0bb9a
pages/api/klaviyo.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable import/no-anonymous-default-export */
2
export default async (req, res) => {
3
const { email } = req.body
4
if (!email) {
0 commit comments