Skip to content

Commit d102512

Browse files
authored
Update feature_detection.go
1 parent 3bafd88 commit d102512

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/featuredetection/feature_detection.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ const (
211211
)
212212

213213
func (d *detector) ProjectsV1() gh.ProjectsV1Support {
214-
// Currently, projects v1 support is entirely dependent on the host. As this is deprecated in GHES,
215-
// we will do feature detection on whether the GHES version has support.
216214
if !ghauth.IsEnterprise(d.host) {
217215
return gh.ProjectsV1Unsupported
218216
}

0 commit comments

Comments
 (0)