Skip to content

Commit

Permalink
Return the wanted return
Browse files Browse the repository at this point in the history
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
  • Loading branch information
cyprain-okeke committed Aug 28, 2024
1 parent 46955d4 commit b4b13ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ public async Task<bool> ValidateSponsorshipAsync(Guid sponsoredOrganizationId)

private async Task CancelSponsorshipAsync(Organization sponsoredOrganization, OrganizationSponsorship sponsorship = null)
{
return;
if (sponsoredOrganization != null)
{
await _paymentService.RemoveOrganizationSponsorshipAsync(sponsoredOrganization, sponsorship);
Expand Down

0 comments on commit b4b13ea

Please sign in to comment.