Merge pull request #380 from llovvoll/fix/eslint-warning

fix: eslint warning
This commit is contained in:
Timothy 2022-02-07 10:15:55 +08:00 committed by GitHub
commit 1488ed8f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable import/no-anonymous-default-export */
export default async (req, res) => {
const { email } = req.body
if (!email) {