Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
EeeasyCode committed Sep 12, 2024
1 parent 7c2e99a commit 70aa104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/user/src/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export class UserService {
return userInfo;
}

async changeOnboardingSteps(userId: string) {
console.log('userId::: ', userId);
async changeOnboardingSteps(userId) {
console.log('userId::: ', userId.userId);
await this.userRepository.update({ id: userId }, { onboardingStep: 'completed' });
return true;
}
Expand Down

0 comments on commit 70aa104

Please sign in to comment.