summaryrefslogtreecommitdiff
path: root/DSACore/Models/User.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Models/User.cs')
-rw-r--r--DSACore/Models/User.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/Models/User.cs b/DSACore/Models/User.cs
index 105e564..6a0bd61 100644
--- a/DSACore/Models/User.cs
+++ b/DSACore/Models/User.cs
@@ -8,6 +8,6 @@ namespace DSACore.Models
public class User
{
public string Name { get; set; }
- public string Group { get; set; }
+ public string ConnectionId { get; set; }
}
}