Skip to content

Commit f910814

Browse files
committed
Add Comma
1 parent 2a5f742 commit f910814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/services/change-requests.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default class ChangeRequestsService {
152152
await sendCRSubmitterReviewedNotification(foundCR);
153153

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

157157
return updated.crId;
158158
}

0 commit comments

Comments
 (0)