Skip to content

Commit

Permalink
fix: add missing module on listener
Browse files Browse the repository at this point in the history
  • Loading branch information
marian2js committed Aug 3, 2023
1 parent 68989a0 commit ef41e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/blockchain-listener/src/blockchain-listener.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { forwardRef, Module } from '@nestjs/common'
import { ConfigModule } from '@nestjs/config'
import { ScheduleModule } from '@nestjs/schedule'
import { AccountCredentialsModule } from 'apps/api/src/account-credentials/account-credentials.module'
import { ContactsModule } from 'apps/api/src/contacts/contacts.module'
import { IntegrationAccountsModule } from 'apps/api/src/integration-accounts/integration-accounts.module'
import { IntegrationTriggersModule } from 'apps/api/src/integration-triggers/integration-triggers.module'
import { IntegrationsModule } from 'apps/api/src/integrations/integrations.module'
Expand Down Expand Up @@ -37,6 +38,7 @@ import { XmtpListenerService } from './xmtp-listener.service'
AccountCredentialsModule,
UsersModule,
UserDatabaseModule,
ContactsModule,
],
providers: [BlockchainListenerService, XmtpListenerService, ChatbotListenerService],
})
Expand Down

0 comments on commit ef41e95

Please sign in to comment.