Skip to content

Commit

Permalink
change yoe to float from int in RdsUserViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
yesyash committed Jul 23, 2024
1 parent 1286eaa commit 0e1faef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class User {
private Roles roles;
private String linkedin_id;
private Picture picture;
private int yoe;
private float yoe;
private long github_created_at;
private String github_display_name;
private String github_id;
Expand Down

0 comments on commit 0e1faef

Please sign in to comment.