Browse Source

Add missing type

pull/3023/head
Thomas Kaul 2 years ago
parent
commit
81e51e30ea
  1. 2
      apps/api/src/app/portfolio/current-rate.service.ts

2
apps/api/src/app/portfolio/current-rate.service.ts

@ -6,7 +6,7 @@ import {
ResponseError,
UniqueAsset
} from '@ghostfolio/common/interfaces';
import { RequestWithUser } from '@ghostfolio/common/types';
import type { RequestWithUser } from '@ghostfolio/common/types';
import { Inject, Injectable } from '@nestjs/common';
import { REQUEST } from '@nestjs/core';

Loading…
Cancel
Save