Commit fe644f17 authored by yann300's avatar yann300

fix decode call data array

parent 15335385
......@@ -89,7 +89,7 @@ export class RefType {
} else {
return {
value: value.toString(),
type: type.underlyingType.typeName
type: (type.underlyingType && type.underlyingType.typeName) || type.typeName
}
}
}
......
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