Skip to content

Commit 50a3ec6

Browse files
committed
prettier fixes
1 parent cd11e1c commit 50a3ec6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/OnyxUtils.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,9 +859,7 @@ function retryOperation<TMethod extends RetriableOnyxOperation>(
859859
// recurring cases into TRANSIENT/CAPACITY/FATAL. Logged on the first attempt only to avoid the
860860
// per-retry amplification this mechanism is trying to kill. Then bounded retry without eviction.
861861
if (currentRetryAttempt === 0) {
862-
Logger.logAlert(
863-
`Unclassified storage error. provider: ${Storage.getStorageProvider().name}. name: ${error?.name}. message: ${error?.message}. onyxMethod: ${onyxMethod.name}.`,
864-
);
862+
Logger.logAlert(`Unclassified storage error. provider: ${Storage.getStorageProvider().name}. name: ${error?.name}. message: ${error?.message}. onyxMethod: ${onyxMethod.name}.`);
865863
}
866864
// @ts-expect-error No overload matches this call.
867865
return onyxMethod(defaultParams, nextRetryAttempt);

0 commit comments

Comments
 (0)