aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Models/User.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Data/Models/User.cs')
-rw-r--r--src/DevHive.Data/Models/User.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/DevHive.Data/Models/User.cs b/src/DevHive.Data/Models/User.cs
index 2203554..da18c2f 100644
--- a/src/DevHive.Data/Models/User.cs
+++ b/src/DevHive.Data/Models/User.cs
@@ -16,15 +16,8 @@ namespace DevHive.Data.Models
public string ProfilePictureUrl { get; set; }
- /// <summary>
- /// Languages that the user uses or is familiar with
- /// </summary>
- // [Unique]
public HashSet<Language> Languages { get; set; } = new();
- /// <summary>
- /// Technologies that the user uses or is familiar with
- /// </summary>
public HashSet<Technology> Technologies { get; set; } = new();
public HashSet<Role> Roles { get; set; } = new();