This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
GitHub.InlineReviews/Services Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,5 @@ public class StatusModel
2424 /// The descritption for the Status
2525 /// </summary>
2626 public string Description { get ; set ; }
27-
28- /// <summary>
29- /// The Url for the avatar for the Status
30- /// </summary>
31- public string AvatarUrl { get ; set ; }
3227 }
3328}
Original file line number Diff line number Diff line change @@ -785,7 +785,6 @@ async Task<LastCommitAdapter> GetPullRequestLastCommitAdapter(HostAddress addres
785785 Context = statusContext . Context ,
786786 TargetUrl = statusContext . TargetUrl ,
787787 Description = statusContext . Description ,
788- AvatarUrl = statusContext . Creator . AvatarUrl ( null )
789788 } ) . ToList ( )
790789 ) . SingleOrDefault ( )
791790 }
@@ -811,7 +810,6 @@ async Task<LastCommitAdapter> GetPullRequestLastCommitAdapter(HostAddress addres
811810 Context = statusContext . Context ,
812811 TargetUrl = statusContext . TargetUrl ,
813812 Description = statusContext . Description ,
814- AvatarUrl = statusContext . Creator . AvatarUrl ( null )
815813 } ) . ToList ( )
816814 ) . SingleOrDefault ( )
817815 }
You can’t perform that action at this time.
0 commit comments