Skip to content

Commit

Permalink
fix: add disable eslint for handleReportChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
hurali97 committed Mar 19, 2024
1 parent 8078034 commit bbf4bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Onyx.connect({
}
const reportID = CollectionUtils.extractCollectionItemID(key);
currentReportData[reportID] = report;
// eslint-disable-next-line @typescript-eslint/no-use-before-define
handleReportChanged(report);
},
});
Expand Down

0 comments on commit bbf4bee

Please sign in to comment.