Skip to content

Commit

Permalink
comment rquest to payments on access
Browse files Browse the repository at this point in the history
  • Loading branch information
apsantiso committed Jun 14, 2024
1 parent 1eb3782 commit a3b9319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/routes/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ export class AuthController {
bridgeUser: userData.bridgeUser,
sharedWorkspace: userData.sharedWorkspace,
appSumoDetails: null,
hasReferralsProgram: await this.service.UsersReferrals.hasReferralsProgram(
/* hasReferralsProgram: await this.service.UsersReferrals.hasReferralsProgram(
userData,
userData.bridgeUser,
userData.userId,
),
), */
backupsBucket: userData.backupsBucket,
avatar: userData.avatar ? await this.service.User.getSignedAvatarUrl(userData.avatar) : null,
emailVerified: userData.emailVerified,
Expand Down

0 comments on commit a3b9319

Please sign in to comment.