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

Commit 909a8bf

Browse files
committed
Fix build by adding IsReadOnly implementation
1 parent 006b33d commit 909a8bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitHub.InlineReviews/ViewModels/TooltipCommentViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ internal TooltipCommentViewModel(IAccount user, string body, DateTimeOffset upda
2828

2929
public int Id { get; }
3030

31+
public bool IsReadOnly { get; set; }
32+
3133
public DateTimeOffset UpdatedAt { get; }
3234

3335
public IAccount User { get; }

0 commit comments

Comments
 (0)