Skip to content

Commit

Permalink
Add Comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Jul 6, 2024
1 parent 2a5f742 commit f910814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/src/services/change-requests.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default class ChangeRequestsService {
await sendCRSubmitterReviewedNotification(foundCR);

// send a reply to a CR's notifications of its updated status
await sendSlackCRStatusToThread(updated.notificationSlackThreads, foundCR.crId, foundCR.identifier accepted);
await sendSlackCRStatusToThread(updated.notificationSlackThreads, foundCR.crId, foundCR.identifier, accepted);

return updated.crId;
}
Expand Down

0 comments on commit f910814

Please sign in to comment.