[BUG] [CCI] SerializationError
class parameter data
should be optional
#418
Labels
🐛 bug
Something isn't working
What is the bug?
In lib/Serializer.js, the
ndserialize
static method of theSerializer
class throws aSerializationError
with a singlemessage
argument when the input data type is not anArray
, although theSerializationError
class requires two arguments.What is the expected behavior?
When the Array check fails, two required arguments should be passed to the SerializationError class
The text was updated successfully, but these errors were encountered: