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 a715822 commit 91011d4Copy full SHA for 91011d4
goodfirstissue/handler.go
@@ -67,7 +67,7 @@ func Handle(w http.ResponseWriter, r *http.Request) {
67
68
switch t {
69
case "integration_installation":
70
- t = "integration"
+ t = "installation"
71
case "integration_installation_repositories":
72
t = "installation_repositories"
73
}
0 commit comments