Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Mar 13, 2024
1 parent c9116a6 commit 0d9f7a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2064,8 +2064,6 @@ function splitBillAndOpenReport(
) {
const currentCreated = DateUtils.enrichMoneyRequestTimestamp(created);
const {splitData, splits, onyxData} = createSplitsAndOnyxData(participants, currentUserLogin, currentUserAccountID, amount, comment, currency, merchant, currentCreated, category, tag);
console.log('splitData :>> ', splitData);
console.log('onyxData :>> ', onyxData);
const parameters: SplitBillParams = {
reportID: splitData.chatReportID,
amount,
Expand Down

0 comments on commit 0d9f7a2

Please sign in to comment.