update repo patch logic
This commit is contained in:
parent
8348c858ba
commit
f2d4cf7be5
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ func PatchRepo(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
if (in.IsTrusted != nil || in.Timeout != nil || in.IsGated != nil) && !user.Admin {
|
||||
if (in.IsTrusted != nil || in.Timeout != nil) && !user.Admin {
|
||||
c.String(403, "Insufficient privileges")
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue