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 8a28a38 commit aaf323bCopy full SHA for aaf323b
grade-management-new/GradeManagement.Shared/Dtos/GitHubManifest/GitHubAppManifest.cs
@@ -15,7 +15,7 @@ public GitHubAppManifest()
15
[JsonPropertyName("url")]
16
public string Url { get; set; } = "https://github.com/bmeaut/ahk-github-automation";
17
[JsonPropertyName("hook_attributes")]
18
- public HookAttributes HookAttributes { get; set; }
+ public HookAttributes HookAttributes { get; set; } = new();
19
[JsonPropertyName("redirect_url")]
20
public string RedirectUrl { get; set; }
21
[JsonPropertyName("callback_urls")]
0 commit comments