From 8ffd37e9373920cd243d33fb749ecada582c909c Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sun, 27 Apr 2025 22:13:50 +0200 Subject: [PATCH] details --- src/services/importService.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/importService.ts b/src/services/importService.ts index e1f8a7c3..7fb88619 100644 --- a/src/services/importService.ts +++ b/src/services/importService.ts @@ -175,8 +175,8 @@ const convertNemesis = (client: INemesisClient): INemesisDatabase => { }; }; -// Empty objects from live may have been encoded as an empty array because of PHP. -export const convertItemConfig = (client: T): T => { +// Empty objects from live may have been encoded as empty arrays because of PHP. +const convertItemConfig = (client: T): T => { return { ...client, pricol: Array.isArray(client.pricol) ? {} : client.pricol,