From 58029f546db2e71c1f09dbaa14d5073dee5e9fb9 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:54:41 +0100 Subject: [PATCH] Introduce getExchangeRates() for multiple dates --- apps/api/src/app/benchmark/benchmark.controller.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/api/src/app/benchmark/benchmark.controller.ts b/apps/api/src/app/benchmark/benchmark.controller.ts index 407bf533a..ebee6ab8e 100644 --- a/apps/api/src/app/benchmark/benchmark.controller.ts +++ b/apps/api/src/app/benchmark/benchmark.controller.ts @@ -27,8 +27,6 @@ import { DataSource } from '@prisma/client'; import { StatusCodes, getReasonPhrase } from 'http-status-codes'; import { BenchmarkService } from './benchmark.service'; -import { REQUEST } from '@nestjs/core'; -import { RequestWithUser } from '@ghostfolio/common/types'; @Controller('benchmark') export class BenchmarkController {