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.
2 parents 609623d + ed0bb9a commit 1488ed8Copy full SHA for 1488ed8
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