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 dd1a8ed commit b20357aCopy full SHA for b20357a
src/http-data-source.ts
@@ -370,7 +370,7 @@ export abstract class HTTPDataSource<TContext = any> extends DataSource {
370
this.memoizedResults.set(cacheKey, response)
371
return response
372
} catch (error) {
373
- this.logger?.error(`Cache item '${cacheKey}' could be loaded: ${error.message}`)
+ this.logger?.error(`Cache item '${cacheKey}' could not be loaded: ${error.message}`)
374
}
375
376
0 commit comments