diff --git a/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts b/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts index 2bf10eb93d6..10268fa7f93 100644 --- a/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts +++ b/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts @@ -410,7 +410,7 @@ export class PhishingDataService { `[PhishingDataService] Retries unsuccessful after ${elapsed}ms.`, err, ); - return throwError(() => err); + return of(previous); }), ); });