Merge pull request #380 from llovvoll/fix/eslint-warning
fix: eslint warning
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default async (req, res) => {
|
export default async (req, res) => {
|
||||||
const { email } = req.body
|
const { email } = req.body
|
||||||
if (!email) {
|
if (!email) {
|
||||||
|
Reference in New Issue
Block a user