mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
Working on issues
This commit is contained in:
@@ -88,7 +88,6 @@ func CommitRepoAction(userId int64, userName string,
|
||||
return err
|
||||
}
|
||||
repo.IsBare = false
|
||||
repo.Updated = time.Now()
|
||||
if err = UpdateRepository(repo); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user