mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
debug
This commit is contained in:
parent
962c38b83b
commit
0f6d4bc7c7
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ export default async (req, res) => {
|
|||
} catch {
|
||||
data = req.body
|
||||
}
|
||||
console.log(data)
|
||||
|
||||
const exists = await isDuplicate(data.name, data.email, data.reason)
|
||||
const empty = await isEmpty(data)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue