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.
2 parents ca61302 + 2b870e8 commit d648359Copy full SHA for d648359
capella/sync.js
@@ -1,4 +1,4 @@
1
-function sync(doc, oldDoc) {
+function (doc, oldDoc, meta) {
2
3
/* Data Validation */
4
validateNotEmpty("documentType", doc.documentType); // <1>
0 commit comments