Brian M Tully
Results
1
issues of
Brian M Tully
When using versionKeys in schema. The versionKey gets deleted when using this package. ` function createHistoryDoc(d, operation) { d.__v = undefined; let historyDoc = {}; historyDoc['t'] = new Date(); historyDoc['o']...