Skip to content

Commit 8d6641b

Browse files
committed
fix lint
1 parent 3554c7f commit 8d6641b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/dataloader-es/src/dataLoader.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ export class DataLoader<K, V, C = K> {
233233
// Cache hits are resolved, even though the batch failed.
234234
resolveCacheHits(batch);
235235
for (let i = 0; i < batch.keys.length; i++) {
236-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
237236
this.clear(batch.keys[i]!);
238237

239238
batch.callbacks[i]?.reject(error);

0 commit comments

Comments
 (0)