We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b001767 commit 32b493aCopy full SHA for 32b493a
1 file changed
lib/OnyxUtils.ts
@@ -862,8 +862,6 @@ function retryOperation<TMethod extends RetriableOnyxOperation>(
862
Logger.logInfo(`Out of storage. Evicting least recently accessed key (${keyForRemoval}) and retrying. Error: ${error}`);
863
reportStorageQuota(error);
864
865
- // The evicted key is never in-flight (excluded above), so this is a genuine removal —
866
- // subscribers must see the removed state.
867
// @ts-expect-error No overload matches this call.
868
return remove(keyForRemoval).then(() => onyxMethod(defaultParams, nextRetryAttempt));
869
}
0 commit comments