Skip to content

Commit

Permalink
Set role
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Oct 23, 2024
1 parent 1df8981 commit ec32d10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ private ExtensionVersion toExtensionVersionFull(

var user = new UserData();
user.setId(row.get(USER_DATA.ID));
user.setRole(row.get(USER_DATA.ROLE));
user.setLoginName(row.get(USER_DATA.LOGIN_NAME));
user.setFullName(row.get(USER_DATA.FULL_NAME));
user.setAvatarUrl(row.get(USER_DATA.AVATAR_URL));
Expand Down

0 comments on commit ec32d10

Please sign in to comment.