File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/notification/action Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ func (a *actionNotifier) NotifyNewPullRequest(pull *models.PullRequest) {
78
78
}
79
79
}
80
80
81
- func (n * actionNotifier ) NotifyRenameRepository (doer * models.User , repo * models.Repository , oldRepoName string ) {
81
+ func (a * actionNotifier ) NotifyRenameRepository (doer * models.User , repo * models.Repository , oldRepoName string ) {
82
82
log .Trace ("action.ChangeRepositoryName: %s/%s" , doer .Name , repo .Name )
83
83
84
84
if err := models .NotifyWatchers (& models.Action {
@@ -94,7 +94,7 @@ func (n *actionNotifier) NotifyRenameRepository(doer *models.User, repo *models.
94
94
}
95
95
}
96
96
97
- func (n * actionNotifier ) NotifyTransferRepository (doer * models.User , repo * models.Repository , oldOwnerName string ) {
97
+ func (a * actionNotifier ) NotifyTransferRepository (doer * models.User , repo * models.Repository , oldOwnerName string ) {
98
98
if err := models .NotifyWatchers (& models.Action {
99
99
ActUserID : doer .ID ,
100
100
ActUser : doer ,
You can’t perform that action at this time.
0 commit comments