Skip to content

Commit

Permalink
Merge pull request #621 from OneCommunityGlobal/Carl-suggestion-email…
Browse files Browse the repository at this point in the history
…-improvement

Hotfix: Carl-Suggestion-Email-Improvement
  • Loading branch information
one-community authored Nov 28, 2023
2 parents fd8647b + 83b031f commit 662fec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/controllers/dashBoardController.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ const dashboardcontroller = function () {
args[3].lastName
}
</b>:
<br>
<br>
<b> &#9913; Suggestion Category:</b>
<p>${args[0]}</p>
<b> &#9913; Suggestion:</b>
Expand Down Expand Up @@ -206,7 +208,8 @@ const dashboardcontroller = function () {
emailBody,
null,
null,
email
email,
null
);
res.status(200).send("Success");
} catch {
Expand Down

0 comments on commit 662fec3

Please sign in to comment.