@steedos-labs/plugin-workflow 3.0.61 → 3.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-labs/plugin-workflow",
3
- "version": "3.0.61",
3
+ "version": "3.0.62",
4
4
  "main": "package.service.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -1259,7 +1259,6 @@ InstanceRecordQueue.sendDoc = async function (doc) {
1259
1259
  try {
1260
1260
  var sync_attachment = ow.sync_attachment,
1261
1261
  newRecordId = await makeNewID(ow.object_name),
1262
- objectName = ow.object_name,
1263
1262
  syncDirection = ow.sync_direction || 'both';
1264
1263
  lock_record_after_approval = ow.lock_record_after_approval || false;
1265
1264