Skip to content

Commit

Permalink
SERVICES-1822: fix imports for timescaledb module
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Lataretu <[email protected]>
  • Loading branch information
claudiulataretu committed Sep 12, 2023
1 parent 409e85f commit ff4ac9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/analytics/timescaledb/timescaledb.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { CommonAppModule } from 'src/common.app.module';
import { ApiConfigService } from 'src/helpers/api.config.service';
import { CachingModule } from 'src/services/caching/cache.module';
import { TimescaleDBQueryService } from './timescaledb.query.service';
import { TimescaleDBWriteService } from './timescaledb.write.service';
import {
Expand All @@ -18,7 +17,6 @@ import {
@Module({
imports: [
CommonAppModule,
CachingModule,
TypeOrmModule.forRootAsync({
imports: [CommonAppModule],
useFactory: (apiConfig: ApiConfigService) => ({
Expand Down

0 comments on commit ff4ac9d

Please sign in to comment.