Browse Source

adjusted the PropertyKey import statement accordingly

pull/7219/head
AkashNegi1 2 weeks ago
parent
commit
ef2d623279
  1. 2
      apps/api/src/app/admin/admin.service.ts

2
apps/api/src/app/admin/admin.service.ts

@ -11,7 +11,6 @@ import {
PROPERTY_IS_READ_ONLY_MODE, PROPERTY_IS_READ_ONLY_MODE,
PROPERTY_IS_USER_SIGNUP_ENABLED PROPERTY_IS_USER_SIGNUP_ENABLED
} from '@ghostfolio/common/config'; } from '@ghostfolio/common/config';
import { PropertyKey } from '@ghostfolio/common/types';
import { import {
getAssetProfileIdentifier, getAssetProfileIdentifier,
getCurrencyFromSymbol getCurrencyFromSymbol
@ -22,6 +21,7 @@ import {
AdminUsersResponse, AdminUsersResponse,
AssetProfileIdentifier AssetProfileIdentifier
} from '@ghostfolio/common/interfaces'; } from '@ghostfolio/common/interfaces';
import { PropertyKey } from '@ghostfolio/common/types';
import { import {
BadRequestException, BadRequestException,

Loading…
Cancel
Save