Skip to content

Commit dc20af4

Browse files
committed
Merge branch 'develop' into #3907-automatic-change-requests-updating-roles
2 parents 998648a + 0364f3c commit dc20af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/utils/slack.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export const sendPendingSaboSubmissionNotification = async (
225225
threads,
226226
`${await getUserSlackMentionOrName(financeUserId)} has added this reimbursement request to Concur. ${await getUserSlackMentionOrName(pendingSubmissionFromId)}, please check your email to approve the request in Concur and mark it as submitted on Finishline.`
227227
);
228-
const userId = await getUserSlackId(financeUserId);
228+
const userId = await getUserSlackId(pendingSubmissionFromId);
229229
if (threads && threads.length !== 0 && userId) {
230230
const msgs = threads.map((thread) =>
231231
sendEphemeralMessage(

0 commit comments

Comments
 (0)