18d7a7b55d
no issue We've seen an issue where after an import a user record had `tour: ""` which meant they were unable to log in due to JSON parsing of the empty string failing. - add a guard so that an empty string is transformed to `null` before parsing - changed `serialised` to `serialized` to match spelling in all other serializers |
||
---|---|---|
.. | ||
acceptance | ||
helpers | ||
integration | ||
unit | ||
.eslintrc.js | ||
index.html | ||
test-helper.js |