Skip to content

Commit

Permalink
Add todo for the rest of the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KiKoS0 committed Feb 26, 2024
1 parent 9810e23 commit 2f9b460
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public abstract class InngestConfiguration {

@Bean
protected CommHandler commHandler(@Autowired Inngest inngestClient) {
// TODO: Add missing configuration
ServeConfig serveConfig = new ServeConfig(inngestClient);
return new CommHandler(functions(), inngestClient, serveConfig, frameworkName);
}
Expand Down

0 comments on commit 2f9b460

Please sign in to comment.