fix: remove extra comma from formSubmit async block in contactController

This commit is contained in:
2025-08-26 12:08:59 -05:00
parent 9e7ab1e78d
commit 167b06b0de

View File

@@ -7,7 +7,7 @@ module.exports = (pool, transporter) => {
email, email,
phone, phone,
contactMethod, contactMethod,
message, message
} = req.body; } = req.body;
if ( if (