diff --git a/packages/backend/src/misc/errors/FetchFailedError.ts b/packages/backend/src/misc/errors/FetchFailedError.ts index c821f0e3b5..48813e36a4 100644 --- a/packages/backend/src/misc/errors/FetchFailedError.ts +++ b/packages/backend/src/misc/errors/FetchFailedError.ts @@ -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.