From 4a05383b70a13d902742272a17cfd24e74cb7c3b Mon Sep 17 00:00:00 2001 From: jusax23 Date: Tue, 4 Apr 2023 19:40:32 +0200 Subject: [PATCH] datatype fix --- src/api/acts/roomContent.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/acts/roomContent.ts b/src/api/acts/roomContent.ts index 869b7f0..8b3484c 100644 --- a/src/api/acts/roomContent.ts +++ b/src/api/acts/roomContent.ts @@ -342,7 +342,7 @@ export const addProduct: Act = { server: "string", title: "string-256", description: "string-4096", - listCatID: "number", + listCatID: "nullpointer", defUnit: "number", defValue: "string-256", ean: "string-64", @@ -398,7 +398,7 @@ export const changeProduct: Act = { listProdID: "number", title: "string-256", description: "string-4096", - listCatID: "number", + listCatID: "nullpointer", defUnit: "number", defValue: "string-256", ean: "string-64",