Browse Source

Fix typo (#13380)

tags/v1.15.0-dev
Lunny Xiao GitHub 4 years ago
parent
commit
6acb113c8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/notification/action/action.go

+ 1
- 1
modules/notification/action/action.go View File

@@ -314,7 +314,7 @@ func (a *actionNotifier) NotifySyncDeleteRef(doer *models.User, repo *models.Rep
if err := models.NotifyWatchers(&models.Action{ if err := models.NotifyWatchers(&models.Action{
ActUserID: repo.OwnerID, ActUserID: repo.OwnerID,
ActUser: repo.MustOwner(), ActUser: repo.MustOwner(),
OpType: models.ActionMirrorSyncCreate,
OpType: models.ActionMirrorSyncDelete,
RepoID: repo.ID, RepoID: repo.ID,
Repo: repo, Repo: repo,
IsPrivate: repo.IsPrivate, IsPrivate: repo.IsPrivate,


Loading…
Cancel
Save