bug fixed
This commit is contained in:
parent
7c6ec5332c
commit
8c63169718
1 changed files with 0 additions and 1 deletions
1
serve.go
1
serve.go
|
@ -131,7 +131,6 @@ func runServ(k *cli.Context) {
|
|||
// access check
|
||||
switch {
|
||||
case isWrite:
|
||||
println(user.Name, repoName, models.AU_WRITABLE)
|
||||
has, err := models.HasAccess(user.Name, repoName, models.AU_WRITABLE)
|
||||
if err != nil {
|
||||
println("Inernel error:", err)
|
||||
|
|
Reference in a new issue