fritzy / fritzy/verymodel-level
Array with one item gets returned as a string
Open
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This could also be a bug in verymodel.
```
needs: {
default: [],
required: true,
},
```
When data (added using the VeryModel definition above) has three items, gives me back:
```
[ 'Backend dev', 'Messaging strategy', 'Facilities' ]
```
...BUT with one item gives me back
```
Backend dev
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.