fix JS testing decoder
This commit is contained in:
parent
7015cc9ce6
commit
a60f4f9ec4
6 changed files with 31 additions and 15 deletions
Binary file not shown.
|
@ -10,7 +10,7 @@ export const decoder = {
|
|||
return name
|
||||
},
|
||||
formatSignalValue(value) {
|
||||
value + "!"
|
||||
return value + "!"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue