Bug Fixes
- Fix 8436
- Error on insert due to duplicate key. Mongoose reserves the key
id
and we're attempting to use that within our Hero model. Changed our model to have a key ofuid
instead.
- Error on insert due to duplicate key. Mongoose reserves the key