Add missing type (#3023)

pull/3025/head
Thomas Kaul 3 months ago committed by GitHub
parent 0b5c71130d
commit 6f7cbc93b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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