-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
| if (value === null) value = ''; |
This doesn't work because
var a = null;
typeof a === 'object' // trueabove, we have this validation: https://github.com/robtweed/ewd-document-store/blob/master/lib/proto/setDocument.js#L49
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels