1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-25 13:53:44 +00:00

Return previous meta to keep subscription alive

This commit is contained in:
Leslie Tilton
2026-01-23 14:20:14 -06:00
parent 0478836be0
commit aea4c80b54

View File

@@ -410,7 +410,7 @@ export class PhishingDataService {
`[PhishingDataService] Retries unsuccessful after ${elapsed}ms.`,
err,
);
return throwError(() => err);
return of(previous);
}),
);
});