We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3a0e6 commit a10f7ccCopy full SHA for a10f7cc
ChatRPG/Data/Models/Verdict.cs
@@ -15,4 +15,4 @@ public Verdict(Campaign campaign, string content)
15
public int Id { get; private set; }
16
public Campaign Campaign { get; private set; } = null!;
17
public string Content { get; private set; } = null!;
18
- }
+}
0 commit comments