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 0b8d299 commit 3bd065eCopy full SHA for 3bd065e
1 file changed
NArk.Swaps/Boltz/Models/Info/VersionResponse.cs
@@ -6,7 +6,4 @@ public class VersionResponse
6
{
7
[JsonPropertyName("version")]
8
public required string Version { get; set; }
9
-
10
- [JsonPropertyName("commitHash")]
11
- public required string CommitHash { get; set; }
12
}
0 commit comments