Skip to content

Commit

Permalink
replace confusing CONST with integer
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Sep 8, 2022
1 parent 6a99e9c commit 5d2e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ function buildOptimisticIOUReport(ownerEmail, recipientEmail, total, chatReportI
ownerEmail,
reportID: ReportUtils.generateReportID(),
state: CONST.STATE.SUBMITTED,
stateNum: CONST.STATUS.SUBMITTED,
stateNum: 1,
total,
};
}
Expand Down

0 comments on commit 5d2e3cc

Please sign in to comment.