From 342873e939ea4b93ed75c6f717526fd32ea10149 Mon Sep 17 00:00:00 2001 From: Christoph Pader Date: Wed, 15 May 2024 17:00:38 +0200 Subject: [PATCH] Update DeferredOnyxUpdates.ts Co-authored-by: Andrew Rosiclair --- src/libs/actions/OnyxUpdateManager/utils/DeferredOnyxUpdates.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/actions/OnyxUpdateManager/utils/DeferredOnyxUpdates.ts b/src/libs/actions/OnyxUpdateManager/utils/DeferredOnyxUpdates.ts index d34f069a1d76..451de2ed8a5c 100644 --- a/src/libs/actions/OnyxUpdateManager/utils/DeferredOnyxUpdates.ts +++ b/src/libs/actions/OnyxUpdateManager/utils/DeferredOnyxUpdates.ts @@ -73,7 +73,6 @@ type EnqueueDeferredOnyxUpdatesOptions = { /** * Allows adding onyx updates to the deferred updates queue manually. - * By default, this will automatically process the updates. Setting "shouldProcessUpdates" to false will prevent this. * @param updates The updates that should be applied (e.g. updates from push notifications) * @param options additional flags to change the behaviour of this function */