Skip to content

Commit ed0bb9a

Browse files
committed
fix: eslint warning
1 parent 609623d commit ed0bb9a

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)