diff --git a/src/HttpClient/middlewares/cache.ts b/src/HttpClient/middlewares/cache.ts index a63bbf57..d9d0fc8d 100644 --- a/src/HttpClient/middlewares/cache.ts +++ b/src/HttpClient/middlewares/cache.ts @@ -235,7 +235,7 @@ export const cacheMiddleware = ({ type, storage, asyncSet }: CacheOptions) => { if (asyncSet) { storageSet().catch(error => { ErrorReport.create({ originalError: error }).injectOnSpan(cacheWriteSpan); - logger?.warn({ message: 'Error writing to the HttpClient cache asynchronously', error }); + logger?.warn({ message: 'Error writing to the HttpClient cache asynchronously', error }) }) } else { await storageSet()