From dc2c0a50a6981557134762dcc45fd1a4a02667ba Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:32:48 +0200 Subject: [PATCH] Clean up --- apps/api/src/app/import/import.service.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/api/src/app/import/import.service.ts b/apps/api/src/app/import/import.service.ts index a96200261..82231d237 100644 --- a/apps/api/src/app/import/import.service.ts +++ b/apps/api/src/app/import/import.service.ts @@ -718,12 +718,6 @@ export class ImportService { index, { currency, dataSource, symbol, type } ] of activitiesDto.entries()) { - if (type === 'ITEM') { - throw new Error( - `activities.${index}.type ("${type}") is deprecated, please use "BUY" instead` - ); - } - if (!dataSources.includes(dataSource)) { throw new Error( `activities.${index}.dataSource ("${dataSource}") is not valid`