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:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user