fix JS testing decoder

This commit is contained in:
Martin Kavík 2024-07-08 14:30:49 +02:00
parent f873ed6587
commit c5df5eb6d3
6 changed files with 31 additions and 15 deletions

View file

@ -10,7 +10,7 @@ export const decoder = {
return name
},
formatSignalValue(value) {
value + "!"
return value + "!"
}
}