1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-28 07:13:29 +00:00

fix(billing): update preview client error

This commit is contained in:
Stephon Brown
2026-01-23 12:45:07 -06:00
parent dec363851d
commit c9f9508140

View File

@@ -126,7 +126,7 @@ export class UpgradePaymentService {
}
if (previewInvoiceClientCall === null) {
throw new Error("Tax client call is not defined");
throw new Error("Preview client call is not defined");
}
try {