From 78a5e3d4b22299b2ae3b95bada43e556b79c0bdf Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 29 May 2017 19:37:42 -0400 Subject: [PATCH] Do we really need negative amounts of Codepoints? --- Project-Unite/Models/IdentityModels.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Models/IdentityModels.cs b/Project-Unite/Models/IdentityModels.cs index 3d55b2f..1b87197 100644 --- a/Project-Unite/Models/IdentityModels.cs +++ b/Project-Unite/Models/IdentityModels.cs @@ -155,7 +155,7 @@ public int TopicCount } } - public long Codepoints { get; set; } + public ulong Codepoints { get; set; } [AllowHtml] public string Bio { get; set; }