Skip to content

Commit

Permalink
fix: re-order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marrouchi committed Dec 29, 2024
1 parent 203b45c commit 43b9b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/channel/channel.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export interface ChannelModuleOptions {
'dist/.hexabot/custom/extensions/channels/**/*.channel.js',
)
@Module({
imports: [ChatModule, AttachmentModule, CmsModule, HttpModule, JwtModule],
controllers: [WebhookController, ChannelController],
providers: [ChannelService],
exports: [ChannelService],
imports: [ChatModule, AttachmentModule, CmsModule, HttpModule, JwtModule],
})
export class ChannelModule {
configure(consumer: MiddlewareConsumer) {
Expand Down

0 comments on commit 43b9b22

Please sign in to comment.