Skip to content

Commit

Permalink
Add some documentation as the waiting for Onyx logic might be confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Nov 1, 2023
1 parent 4e6aefb commit e52cb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/PriorityMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {Report} from '@src/types/onyx';
*
* - NVP that tracks whether they have already been switched over. We only do this once.
* - Priority mode NVP (that dictates the ordering/filtering logic of the LHN)
* - We are not waiting for reports to load. We check the count of the reports to determine whether the user is eligible to be automatically switched.
* - Reports to load (in ReconnectApp or OpenApp). As we check the count of the reports to determine whether the user is eligible to be automatically switched.
*/

let resolveIsReadyPromise: (args?: unknown[]) => void;
Expand Down

0 comments on commit e52cb60

Please sign in to comment.