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 20bdd19 commit 89a83d9Copy full SHA for 89a83d9
src/http-data-source.ts
@@ -308,7 +308,6 @@ export abstract class HTTPDataSource<TContext = any> extends DataSource {
308
...request,
309
}
310
311
- // let's see if we can fill the memoized cache
312
if (options.method === 'GET') {
313
// try to fetch from shared cache
314
if (request.requestCache) {
0 commit comments