Skip to content

Commit 1488ed8

Browse files
authored
Merge pull request #380 from llovvoll/fix/eslint-warning
fix: eslint warning
2 parents 609623d + ed0bb9a commit 1488ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/api/klaviyo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable import/no-anonymous-default-export */
12
export default async (req, res) => {
23
const { email } = req.body
34
if (!email) {

0 commit comments

Comments
 (0)