Skip to content

Commit eff279e

Browse files
committed
Correct the comment
1 parent 2a2d932 commit eff279e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/OnyxUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ function multiSetWithRetry(data: OnyxMultiSetInput, retryAttempt?: number): Prom
14201420
delete OnyxUtils.getMergeQueue()[key];
14211421
}
14221422

1423-
// Update cache and optimistically inform subscribers on the next tick
1423+
// Update cache and optimistically inform subscribers
14241424
cache.set(key, value);
14251425
keyChanged(key, value);
14261426
}

0 commit comments

Comments
 (0)