Fix Change Log JSON syntax
Closed this issue · 2 comments
mpawlow commented
Problem
- Change Log JSON is not valid JSON
- Paste content in validator: https://jsonformatter.curiousconcept.com/
- See
Current JSON Format (Invalid)
section below - See
Suggested JSON Format (Valid)
section below Problem
: Should be an Array of ObjectsProblem
: ISODate function wrapper should be omitted
mpawlow commented
Fixed.