Skip to content

Commit 035326c

Browse files
committed
dont notify for denied RRs
1 parent af5b980 commit 035326c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/backend/src/services/notifications.services.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ export default class NotificationsService {
265265
type: Reimbursement_Status_Type.SABO_SUBMITTED
266266
}
267267
}
268+
},
269+
{
270+
reimbursementStatuses: {
271+
none: {
272+
type: Reimbursement_Status_Type.DENIED
273+
}
274+
}
268275
}
269276
]
270277
},

0 commit comments

Comments
 (0)