1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Pass correct parameter to endpoint (#14607)

This commit is contained in:
Alex Morask
2025-05-02 12:18:19 -04:00
committed by GitHub
parent e23bc6b77b
commit 93d4fe6d47

View File

@@ -176,7 +176,7 @@ export class FreeBitwardenFamiliesComponent implements OnInit {
return;
}
await this.apiService.deleteRevokeSponsorship(sponsorship.sponsoringOrganizationUserId);
await this.apiService.deleteRevokeSponsorship(this.organizationId);
this.toastService.showToast({
variant: "success",