From f3b029185f4fcf25d05d06b5a80b8a29afc722f6 Mon Sep 17 00:00:00 2001 From: Serhii Filonenko Date: Thu, 21 Aug 2025 16:36:46 +0300 Subject: [PATCH] HCK-12442: fix adapter --- adapter/0.2.18.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/adapter/0.2.18.json b/adapter/0.2.18.json index 9c5505e..2f16271 100644 --- a/adapter/0.2.18.json +++ b/adapter/0.2.18.json @@ -43,14 +43,16 @@ { "modify": { "entity": [ - "assignProperties", - { - "key": "tableFormat", - "exist": false - }, - { - "tableFormat": "Standard" - } + [ + "assignProperties", + { + "key": "tableFormat", + "exist": false + }, + { + "tableFormat": "Standard" + } + ] ] } }