Commit e15f649b authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

update interpreter_library

parent 3a130edf
......@@ -255,6 +255,12 @@ UTILS.parseAsfValue = function(asfDataValue){
value: asfDataValue.value || '',
key: asfDataValue.key || ''
}
} else if (asfDataValue.type == "check") {
return {
type: asfDataValue.type,
values: asfDataValue.values || '',
keys: asfDataValue.keys || ''
}
} else {
return {
type: asfDataValue.type,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment