fix a few more build errors

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:00:50 -04:00
parent 01f7c9407b
commit 7c2dad2b4c
+1 -1
View File
@@ -208,7 +208,7 @@ func repoAssignment() func(ctx *context.APIContext) {
}
}
if !ctx.Repo.Permission.HasAnyUnitAccessOrPublicAccess() {
if !ctx.Repo.Permission.HasAnyUnitAccessOrEveryoneAccess() {
ctx.APIErrorNotFound()
return
}