You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Only notify parties if the recipient is different from the approver
218
+
if(approverId===recipientId)return;
217
219
awaitsendThreadResponse(
218
220
threads,
219
221
`${awaitgetUserSlackMentionOrName(approverId)} has approved this reimbursement request. ${awaitgetUserSlackMentionOrName(recipientId)} you may now purchase the items, add the receipts, and mark the reimbursement request as pending finance.`
0 commit comments