We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2661f commit b02229eCopy full SHA for b02229e
index.js
@@ -57,7 +57,7 @@ module.exports = function (app) {
57
context: delta.context,
58
path: val.path,
59
time: new Date(update.timestamp), // Ensure time is stored as Date
60
- uid: this.generateUID(JSON.stringify(val)), // Generate UID from the value
+ uid: mongodb.generateUID(JSON.stringify(val)), // Generate UID from the value
61
};
62
63
// Determine the type of value and handle accordingly
0 commit comments