From a1c928398e1e8f9eabace8c3662d074e07d7a6ac Mon Sep 17 00:00:00 2001 From: Jonathan Megevand Date: Tue, 5 Apr 2022 09:30:34 +0200 Subject: [PATCH] FIX: Remove leftover enum declaration from helper.js --- src/app/zap-templates/templates/app/helper.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/zap-templates/templates/app/helper.js b/src/app/zap-templates/templates/app/helper.js index 326960bc6e1f01..9700bcfb0e0eaf 100644 --- a/src/app/zap-templates/templates/app/helper.js +++ b/src/app/zap-templates/templates/app/helper.js @@ -790,8 +790,6 @@ function isWeaklyTypedEnum(label) "StatusCode", "StepMode", "TemperatureDisplayMode", - "WcEndProductType", - "WcType", "WiFiVersionType", ].includes(label); }