Skip to content

Commit

Permalink
fix(nestjs-kafka): module location
Browse files Browse the repository at this point in the history
  • Loading branch information
TorinAsakura committed Sep 19, 2024
1 parent b56e5a6 commit ca77ccb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/nestjs-kafka/src/module/kafka.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import type { KafkaConfig } from 'kafkajs'

import { Module } from '@nestjs/common'

import { KAFKA_MODULE_OPTIONS_CLIENT_ID } from './kafka.module.constants.js'
import { KAFKA_MODULE_OPTIONS_BROKERS } from './kafka.module.constants.js'
import { KafkaConfigFactory } from './kafka.config-factory.js'
import { KafkaFactory } from './kafka.factory.js'
import { KAFKA_MODULE_OPTIONS_CLIENT_ID } from './kafka.module.constants.js'
import { KAFKA_MODULE_OPTIONS_BROKERS } from './kafka.module.constants.js'

@Module({})
export class KafkaModule {
Expand Down

0 comments on commit ca77ccb

Please sign in to comment.