Skip to content

Commit

Permalink
feat: commit check功能优化 #10448
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Jun 25, 2024
1 parent 88e907d commit 21b9db7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ class CodeWebhookListenerConfiguration {
@Autowired tgitCommitCheckQueue: Queue,
@Autowired tgitCommitCheckExchange: DirectExchange
): Binding {
return BindingBuilder.bind(tgitCommitCheckQueue).to(tgitCommitCheckExchange).with(MQ.ROUTE_GIT_COMMIT_CHECK_EVENT)
return BindingBuilder.bind(tgitCommitCheckQueue).to(tgitCommitCheckExchange)
.with(MQ.ROUTE_GIT_COMMIT_CHECK_EVENT)
}

@Bean
Expand Down

0 comments on commit 21b9db7

Please sign in to comment.