From 3a26c29a196569588e281852bc282f9e371c1eec Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:40:10 +0200 Subject: [PATCH] Fix response of historical market data gathering for a specific date --- .../services/queues/data-gathering/data-gathering.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/services/queues/data-gathering/data-gathering.service.ts b/apps/api/src/services/queues/data-gathering/data-gathering.service.ts index 8e38f02dd..010fe5f90 100644 --- a/apps/api/src/services/queues/data-gathering/data-gathering.service.ts +++ b/apps/api/src/services/queues/data-gathering/data-gathering.service.ts @@ -348,7 +348,7 @@ export class DataGatheringService { }); } } catch (error) { - this.logger.error(error.message); + this.logger.error(error?.message); } return undefined;