Browse Source

Fix import

pull/2156/head
Thomas 2 years ago
parent
commit
2af37815e3
  1. 3
      apps/api/src/app/redis-cache/redis-cache.service.ts

3
apps/api/src/app/redis-cache/redis-cache.service.ts

@ -1,7 +1,8 @@
import { ConfigurationService } from '@ghostfolio/api/services/configuration/configuration.service';
import { getAssetProfileIdentifier } from '@ghostfolio/common/helper';
import { UniqueAsset } from '@ghostfolio/common/interfaces';
import { CACHE_MANAGER, Inject, Injectable, Logger } from '@nestjs/common';
import { CACHE_MANAGER } from '@nestjs/cache-manager';
import { Inject, Injectable, Logger } from '@nestjs/common';
import type { RedisCache } from './interfaces/redis-cache.interface';

Loading…
Cancel
Save