Skip to content

Commit 9325b77

Browse files
authored
Update modules/notification/webhook/webhook.go
1 parent 6004547 commit 9325b77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/notification/webhook/webhook.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ func (m *webhookNotifier) NotifyDeleteRepository(doer *models.User, repo *models
122122
}
123123
}
124124

125-
// NotifyMigrateRepository places a place holder function
126125
func (m *webhookNotifier) NotifyMigrateRepository(doer *models.User, u *models.User, repo *models.Repository) {
127126
// Add to hook queue for created repo after session commit.
128127
if err := webhook_services.PrepareWebhooks(repo, models.HookEventRepository, &api.RepositoryPayload{

0 commit comments

Comments
 (0)