fix JS testing decoder

This commit is contained in:
Martin Kavík 2024-07-08 14:30:49 +02:00
parent 7015cc9ce6
commit a60f4f9ec4
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 + "!"
}
}