Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit cb0d491

Browse files
committed
Use GraphQL to read PR reviews/comments.
This is integrated a bit hackily into `ModelService`; `ModelService` doesn't really mesh well with GraphQL but without a lot of refactoring this was the best way to get things up and running.
1 parent 1fcd815 commit cb0d491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Models/Account.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public BitmapSource Avatar
8888
set { avatar = value; this.RaisePropertyChanged(); }
8989
}
9090

91-
#region Equality things
91+
#region Equality things
9292
public void CopyFrom(IAccount other)
9393
{
9494
if (!Equals(other))

0 commit comments

Comments
 (0)