1
0

fix: Print actually issue

This commit is contained in:
Ca2didi 2025-05-19 00:19:19 +08:00
parent 5f6996ac53
commit 0d69634bcc

View File

@ -32,7 +32,7 @@ public partial class RepositoryModel : ReactiveModel
public ObservableCollection<Commit> Commits { get; } = new();
public ObservableCollection<Webhook> Webhooks { get; } = new();
public ObservableCollection<Issue> Issues { get; } = new();
public enum RepositoryRole : byte