n8n-nodes-onedrive-business 1.1.4 → 1.1.5

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.
@@ -378,7 +378,7 @@ class OneDriveBusinessTrigger {
378
378
  },
379
379
  })));
380
380
  }
381
- return workflowData;
381
+ return workflowData.length > 0 ? workflowData : null;
382
382
  }
383
383
  }
384
384
  exports.OneDriveBusinessTrigger = OneDriveBusinessTrigger;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-onedrive-business",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "n8n custom node for OneDrive Business with robust deduplication and webhook triggers",
5
5
  "keywords": [
6
6
  "n8n",