We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc434b commit 13699afCopy full SHA for 13699af
1 file changed
src/backend/src/services/reimbursement-requests.services.ts
@@ -704,7 +704,7 @@ export default class ReimbursementRequestService {
704
* Adds a reimbursement status with type denied to the given reimbursement request
705
*
706
* @param reimbursementRequestId the id of the reimbursement request to deny
707
- * @param submitter the user who is approving the reimbursement request
+ * @param submitter the user who is denying the reimbursement request
708
* @returns the created reimbursment status
709
*/
710
static async denyReimbursementRequest(reimbursementRequestId: string, submitter: User) {
0 commit comments