Skip to content

Commit

Permalink
RO Users should have pro plan
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakalaashish committed Jul 18, 2023
1 parent bfa720e commit e1d2f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/utils/routers/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function createUserInPrismaTransaction({ id, prisma, sub, name, ema
let userPlan: string = "basic"

//PlanetRO user plan must be "pro" by default
if(isPlanetRO){
if(isPlanetRO === true){
userPlan = "pro"
}

Expand Down

0 comments on commit e1d2f6c

Please sign in to comment.