Skip to content

Commit 32b493a

Browse files
committed
Remove redundant comment in retryOperation
1 parent b001767 commit 32b493a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/OnyxUtils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,8 +862,6 @@ function retryOperation<TMethod extends RetriableOnyxOperation>(
862862
Logger.logInfo(`Out of storage. Evicting least recently accessed key (${keyForRemoval}) and retrying. Error: ${error}`);
863863
reportStorageQuota(error);
864864

865-
// The evicted key is never in-flight (excluded above), so this is a genuine removal —
866-
// subscribers must see the removed state.
867865
// @ts-expect-error No overload matches this call.
868866
return remove(keyForRemoval).then(() => onyxMethod(defaultParams, nextRetryAttempt));
869867
}

0 commit comments

Comments
 (0)