fix: remove extra comma from formSubmit async block in contactController
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = (pool, transporter) => {
|
|||||||
email,
|
email,
|
||||||
phone,
|
phone,
|
||||||
contactMethod,
|
contactMethod,
|
||||||
message,
|
message
|
||||||
} = req.body;
|
} = req.body;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
Reference in New Issue
Block a user