From 8c031b9d35d3e8ebe2308569934d1b5af3256f3d Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Wed, 4 May 2022 11:55:26 +0100 Subject: [PATCH] linting --- .../SetupPanel/AutomationBlockSetup.svelte | 8 ++++- .../server/src/automations/automationUtils.js | 12 +++++++ packages/server/src/threads/automation.js | 36 ++++++++++++------- 3 files changed, 42 insertions(+), 14 deletions(-) diff --git a/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte b/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte index 68afc04886..416a1ecace 100644 --- a/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte +++ b/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte @@ -177,12 +177,18 @@ onChange({ detail: tempFilters }, defKey) drawer.hide() } + console.log(schemaProperties) + console.log(inputData)
{#each schemaProperties as [key, value]}
- + {#if value.type === "string" && value.enum}