1
1
mirror of https://github.com/go-gitea/gitea synced 2025-10-28 09:58:25 +00:00

chore: fix mods

This commit is contained in:
Jason Song
2022-10-08 12:05:23 +08:00
parent c73dbab6e5
commit 5093d6b48e
4 changed files with 117 additions and 593 deletions

View File

@@ -10,7 +10,6 @@ import (
"fmt"
"code.gitea.io/gitea/core"
"code.gitea.io/gitea/models"
bots_model "code.gitea.io/gitea/models/bots"
"code.gitea.io/gitea/models/db"
"code.gitea.io/gitea/models/perm"
@@ -219,5 +218,5 @@ func (a *botsNotifier) NotifySyncCreateRef(doer *user_model.User, repo *repo_mod
func (a *botsNotifier) NotifySyncDeleteRef(doer *user_model.User, repo *repo_model.Repository, refType, refFullName string) {
}
func (a *botsNotifier) NotifyNewRelease(rel *models.Release) {
func (a *botsNotifier) NotifyNewRelease(rel *repo_model.Release) {
}