From 09e3c4099b74a3b59285ba6036fca459fedc4c35 Mon Sep 17 00:00:00 2001 From: HydrallHarsh Date: Tue, 21 Oct 2025 18:40:47 +0530 Subject: [PATCH] fix: Correct import statement for ActivityResponse in data.service.ts --- apps/client/src/app/services/data.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/app/services/data.service.ts b/apps/client/src/app/services/data.service.ts index c06c81aa0..a1facf3dd 100644 --- a/apps/client/src/app/services/data.service.ts +++ b/apps/client/src/app/services/data.service.ts @@ -19,12 +19,12 @@ import { UpdateUserSettingDto } from '@ghostfolio/api/app/user/update-user-setti import { DataProviderHistoricalResponse } from '@ghostfolio/api/services/interfaces/interfaces'; import { PropertyDto } from '@ghostfolio/api/services/property/property.dto'; import { DATE_FORMAT } from '@ghostfolio/common/helper'; -import { ActivityResponse } from '@ghostfolio/common/interfaces'; import { Access, AccessTokenResponse, AccountBalancesResponse, AccountsResponse, + ActivityResponse, AiPromptResponse, ApiKeyResponse, AssetProfileIdentifier,