Skip to content

Commit 13699af

Browse files
committed
#1610: Fixed the typo in the service function documentation
1 parent 9fc434b commit 13699af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ export default class ReimbursementRequestService {
704704
* Adds a reimbursement status with type denied to the given reimbursement request
705705
*
706706
* @param reimbursementRequestId the id of the reimbursement request to deny
707-
* @param submitter the user who is approving the reimbursement request
707+
* @param submitter the user who is denying the reimbursement request
708708
* @returns the created reimbursment status
709709
*/
710710
static async denyReimbursementRequest(reimbursementRequestId: string, submitter: User) {

0 commit comments

Comments
 (0)