fix lint error in FetchFailedError.ts
This commit is contained in:
parent
d6071853ca
commit
c9b06306f3
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue