Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 78e0b3e

Browse files
committed
Minor formatting updates for new messaging
1 parent a4f95dc commit 78e0b3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

services/GitlabService.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ async function markIssueAsPaid(copilot, projectId, issueId, challengeId, existLa
211211
await gitlab.projects.issues.edit(projectId, issueId, {labels: labels.join(',')});
212212
let commentMessage = '';
213213

214-
commentMessage += `Payment task has been updated: ${config.TC_OR_DETAIL_LINK}${challengeId}\n`;
215-
commentMessage += '*Payments Complete*\n';
216-
commentMessage += `Winner: ${winner}\n`;
214+
commentMessage += `Payment task has been updated: ${config.TC_OR_DETAIL_LINK}${challengeId}\n\n`;
215+
commentMessage += '*Payments Complete*\n\n';
216+
commentMessage += `Winner: ${winner}\n\n`;
217217
if (createCopilotPayments) {
218-
commentMessage += `Copilot: ${copilot.topcoderUsername}\n`;
218+
commentMessage += `Copilot: ${copilot.topcoderUsername}`;
219219
}
220220

221221
const body = helper.prepareAutomatedComment(commentMessage, copilot);

0 commit comments

Comments
 (0)