fix lint error in FetchFailedError.ts

This commit is contained in:
Hazelnoot 2025-11-11 23:13:36 -05:00
parent d6071853ca
commit c9b06306f3

View file

@ -7,7 +7,6 @@ export class FetchFailedError extends QuantumCacheError {
// Fix the error name in stack traces - https://stackoverflow.com/a/71573071
override name = this.constructor.name;
/**
* Name of the key(s) that could not be fetched.
* Will be an array if bulkFetcher() failed, and a string if regular fetch() failed.