Skip to content

Commit c81ed85

Browse files
committed
Fix the event dispatcher initialization logic
1 parent 0ccbb9b commit c81ed85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/pkg/di/container.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@ func (container *Container) WebhookService() (service *services.WebhookService)
738738
container.Tracer(),
739739
container.HTTPClient("webhook"),
740740
container.WebhookRepository(),
741+
container.EventDispatcher(),
741742
)
742743
}
743744

0 commit comments

Comments
 (0)