UNPKG

@qelos/content

Version:

Content API for qelos platform

8 lines (6 loc) 173 B
'use strict'; module.exports = function addAutoId(schema) { const _obj = { _id: { auto: true } }; _obj._id[schema.options.typeKey] = 'ObjectId'; schema.add(_obj); };