check-lte-firmware-upgrade: update initialization of empty array

Having the parenthesis here is important for valid syntax!
This commit is contained in:
Christian Hesse 2022-07-13 11:32:11 +02:00
parent eae9a7b956
commit 2d30f4e462

View file

@ -13,7 +13,7 @@
:global SentLteFirmwareUpgradeNotification;
:if ([ :typeof $SentLteFirmwareUpgradeNotification ] != "array") do={
:global SentLteFirmwareUpgradeNotification [ :toarray "" ];
:global SentLteFirmwareUpgradeNotification ({});
}
:local CheckInterface do={