forked from MirrorHub/synapse
1103c5fe8a
As a str is a sequence, the checks were not granular enough and would allow lists or strings, when only lists were valid.
1 line
56 B
Text
1 line
56 B
Text
Fix data validation to compare to lists, not sequences.
|