Skip to content

Commit

Permalink
Update src/libs/IOUUtils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com>
  • Loading branch information
shubham1206agra and mountiny authored Apr 22, 2024
1 parent 3a7e416 commit 3fe5d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/IOUUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function isValidMoneyRequestType(iouType: string): boolean {
}

/**
* Checks if the iou type is one of submit, pat, track, or split.
* Checks if the iou type is one of submit, pay, track, or split.
*/
// eslint-disable-next-line @typescript-eslint/naming-convention
function temporary_isValidMoneyRequestType(iouType: string): boolean {
Expand Down

0 comments on commit 3fe5d82

Please sign in to comment.