Skip to content

Commit ef41e95

Browse files
committed
fix: add missing module on listener
1 parent 68989a0 commit ef41e95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/blockchain-listener/src/blockchain-listener.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { forwardRef, Module } from '@nestjs/common'
55
import { ConfigModule } from '@nestjs/config'
66
import { ScheduleModule } from '@nestjs/schedule'
77
import { AccountCredentialsModule } from 'apps/api/src/account-credentials/account-credentials.module'
8+
import { ContactsModule } from 'apps/api/src/contacts/contacts.module'
89
import { IntegrationAccountsModule } from 'apps/api/src/integration-accounts/integration-accounts.module'
910
import { IntegrationTriggersModule } from 'apps/api/src/integration-triggers/integration-triggers.module'
1011
import { IntegrationsModule } from 'apps/api/src/integrations/integrations.module'
@@ -37,6 +38,7 @@ import { XmtpListenerService } from './xmtp-listener.service'
3738
AccountCredentialsModule,
3839
UsersModule,
3940
UserDatabaseModule,
41+
ContactsModule,
4042
],
4143
providers: [BlockchainListenerService, XmtpListenerService, ChatbotListenerService],
4244
})

0 commit comments

Comments
 (0)