Skip to content

Commit

Permalink
fix billingTier
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoferrall committed Mar 19, 2024
1 parent ec37ff9 commit 2c99d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/graphql/public/types/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ const User: UserResolvers = {
},
tier: ({tier, trialStartDate}) => {
return getFeatureTier({tier, trialStartDate})
}
},
billingTier: ({tier}) => tier
}

export default User

0 comments on commit 2c99d96

Please sign in to comment.