refactor: events tracker to nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-01-08 17:26:11 +02:00
parent 6f870ea1e1
commit 3bf5f4be86
4 changed files with 32 additions and 18 deletions

View File

@@ -63,8 +63,8 @@ import { BankingTransactionsModule } from '../BankingTransactions/BankingTransac
import { TransactionsLockingModule } from '../TransactionsLocking/TransactionsLocking.module';
import { SettingsModule } from '../Settings/Settings.module';
import { InventoryAdjustmentsModule } from '../InventoryAdjutments/InventoryAdjustments.module';
import { EventTrackerModule } from '../EventsTracker/EventTracker.module';
import { PostHogModule } from '../EventsTracker/postHog.module';
import { EventTrackerModule } from '../EventsTracker/EventTracker.module';
@Module({
imports: [
@@ -152,8 +152,8 @@ import { PostHogModule } from '../EventsTracker/postHog.module';
TransactionsLockingModule,
SettingsModule,
InventoryAdjustmentsModule,
// PostHogModule,
// EventTrackerModule,
PostHogModule,
EventTrackerModule,
],
controllers: [AppController],
providers: [