Skip to content

Commit 738a0e0

Browse files
committed
fix import
1 parent bf2e2f2 commit 738a0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/notification/webhook/webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ func (m *webhookNotifier) NotifyPullRequestReview(pr *models.PullRequest, review
547547
log.Error("models.AccessLevel: %v", err)
548548
return
549549
}
550-
if err := webhook.PrepareWebhooks(review.Issue.Repo, reviewHookType, &api.PullRequestPayload{
550+
if err := webhook_module.PrepareWebhooks(review.Issue.Repo, reviewHookType, &api.PullRequestPayload{
551551
Action: api.HookIssueSynchronized,
552552
Index: review.Issue.Index,
553553
PullRequest: pr.APIFormat(),

0 commit comments

Comments
 (0)