Skip to content

Commit aaf323b

Browse files
committed
fix
1 parent 8a28a38 commit aaf323b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grade-management-new/GradeManagement.Shared/Dtos/GitHubManifest/GitHubAppManifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public GitHubAppManifest()
1515
[JsonPropertyName("url")]
1616
public string Url { get; set; } = "https://github.com/bmeaut/ahk-github-automation";
1717
[JsonPropertyName("hook_attributes")]
18-
public HookAttributes HookAttributes { get; set; }
18+
public HookAttributes HookAttributes { get; set; } = new();
1919
[JsonPropertyName("redirect_url")]
2020
public string RedirectUrl { get; set; }
2121
[JsonPropertyName("callback_urls")]

0 commit comments

Comments
 (0)