Skip to content

Commit

Permalink
fix: TestkubeAPI receiver doesnt mutate state (#5700)
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Jul 30, 2024
1 parent b05d133 commit f98e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/api/v1/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ func (s *TestkubeAPI) InitRoutes() {
})
}

func (s TestkubeAPI) InitEventListeners(
func (s *TestkubeAPI) InitEventListeners(
proContext *config.ProContext,
webhookClient *executorsclientv1.WebhooksClient,
templatesClient *templatesclientv1.TemplatesClient,
Expand Down

0 comments on commit f98e37b

Please sign in to comment.