diff options
| author | Michael <[email protected]> | 2017-05-29 19:37:42 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-29 19:37:42 -0400 |
| commit | 78a5e3d4b22299b2ae3b95bada43e556b79c0bdf (patch) | |
| tree | 72819cb186ea4f2a129fa460e24f014587276683 | |
| parent | 4dd39553303c33c9f02b13167971ea50af555614 (diff) | |
| download | project-unite-78a5e3d4b22299b2ae3b95bada43e556b79c0bdf.tar.gz project-unite-78a5e3d4b22299b2ae3b95bada43e556b79c0bdf.tar.bz2 project-unite-78a5e3d4b22299b2ae3b95bada43e556b79c0bdf.zip | |
Do we really need negative amounts of Codepoints?
| -rw-r--r-- | Project-Unite/Models/IdentityModels.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ namespace Project_Unite.Models } } - public long Codepoints { get; set; } + public ulong Codepoints { get; set; } [AllowHtml] public string Bio { get; set; } |
