Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chenriksson committed Feb 15, 2018
1 parent 08ef066 commit 0f557ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetGallery.Core/Entities/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class User : IEntity, IEquatable<User>
{
#region per-request query cache

private Nullable<bool> _isAdmin;
private bool? _isAdmin;

[NotMapped]
public bool IsAdministrator
Expand Down

0 comments on commit 0f557ab

Please sign in to comment.