Skip to content

Commit b20357a

Browse files
committed
fix: typo
1 parent dd1a8ed commit b20357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http-data-source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export abstract class HTTPDataSource<TContext = any> extends DataSource {
370370
this.memoizedResults.set(cacheKey, response)
371371
return response
372372
} catch (error) {
373-
this.logger?.error(`Cache item '${cacheKey}' could be loaded: ${error.message}`)
373+
this.logger?.error(`Cache item '${cacheKey}' could not be loaded: ${error.message}`)
374374
}
375375
}
376376

0 commit comments

Comments
 (0)