From d66e573b8827881e52fb7375b4e0e218de9c9a40 Mon Sep 17 00:00:00 2001 From: hurali97 Date: Tue, 31 Oct 2023 12:00:40 +0500 Subject: [PATCH] fix: typecheck --- src/libs/actions/Welcome.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/actions/Welcome.ts b/src/libs/actions/Welcome.ts index b78840c15cc1..7fd7adeafa96 100644 --- a/src/libs/actions/Welcome.ts +++ b/src/libs/actions/Welcome.ts @@ -69,7 +69,6 @@ Onyx.connect({ const allReports: OnyxCollection = {}; Onyx.connect({ key: ONYXKEYS.COLLECTION.REPORT, - waitForCollectionCallback: true, initWithStoredValues: false, callback: (val, key) => { if (!val || !key) {