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