Skip to content

Commit

Permalink
fix: orgId 로직 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Dec 16, 2024
1 parent fc709ef commit 8463438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public boolean updateIfChanged(User playgroundUser) {
isUpdated = true;
}

if (validateAndUpdateOrgId(playgroundUser.getId())) {
if (validateAndUpdateOrgId(playgroundUser.getOrgId())) {
isUpdated = true;
}

Expand Down

0 comments on commit 8463438

Please sign in to comment.