Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hurali97 committed Oct 31, 2023
1 parent ba8d66f commit d66e573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Onyx.connect({
const allReports: OnyxCollection<Report> = {};
Onyx.connect({
key: ONYXKEYS.COLLECTION.REPORT,
waitForCollectionCallback: true,
initWithStoredValues: false,
callback: (val, key) => {
if (!val || !key) {
Expand Down

0 comments on commit d66e573

Please sign in to comment.