Skip to content

Commit

Permalink
add fix to browser
Browse files Browse the repository at this point in the history
  • Loading branch information
BTreston committed Jan 23, 2025
1 parent 14c98a4 commit 0390f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browser/src/services/families-policy.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class FamiliesPolicyService {
map((organizations) => organizations.find((org) => org.canManageSponsorships)?.id),
switchMap((enterpriseOrgId) =>
this.policyService
.getAll$(PolicyType.FreeFamiliesSponsorshipPolicy)
.getAll$(PolicyType.FreeFamiliesSponsorshipPolicy, userId)
.pipe(
map(
(policies) =>
Expand Down

0 comments on commit 0390f40

Please sign in to comment.