Skip to content

Commit 89a83d9

Browse files
author
dustin deus
committed
remove comment
1 parent 20bdd19 commit 89a83d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/http-data-source.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ export abstract class HTTPDataSource<TContext = any> extends DataSource {
308308
...request,
309309
}
310310

311-
// let's see if we can fill the memoized cache
312311
if (options.method === 'GET') {
313312
// try to fetch from shared cache
314313
if (request.requestCache) {

0 commit comments

Comments
 (0)