mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 18:14:27 +02:00
mod/notification-matrix: update initialization of empty array
Having the parenthesis here is important for valid syntax!
This commit is contained in:
parent
34ea276469
commit
7f85e69713
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
$LogPrintExit2 info $0 ("Failed sending Matrix notification! Queuing...") false;
|
||||
|
||||
:if ([ :typeof $MatrixQueue ] = "nothing") do={
|
||||
:set MatrixQueue [ :toarray "" ];
|
||||
:set MatrixQueue ({});
|
||||
}
|
||||
:local Text ([ $SymbolForNotification "alarm-clock" ] . \
|
||||
"This message was queued since " . [ /system/clock/get date ] . \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue