Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Feb 21, 2025
1 parent 9b0547d commit 8da3680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/actions/IOUTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1827,9 +1827,9 @@ describe('actions/IOU', () => {
const report = await new Promise<OnyxEntry<Report>>((resolve) => {
const connection = Onyx.connect({
key: `${ONYXKEYS.COLLECTION.REPORT}${reportID}`,
callback: (report) => {
callback: (reportVal) => {
Onyx.disconnect(connection);
resolve(report);
resolve(reportVal);
},
});
});
Expand Down

0 comments on commit 8da3680

Please sign in to comment.