n8n-nodes-tukimate 1.6.1 → 1.6.2

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.
@@ -1987,8 +1987,7 @@ class TukiMate {
1987
1987
  const query = {};
1988
1988
  if (search)
1989
1989
  query.q = search;
1990
- if (additionalOptions.limit !== undefined)
1991
- query.limit = additionalOptions.limit;
1990
+ query.limit = additionalOptions.limit ?? 10;
1992
1991
  // Filters from additional options
1993
1992
  if (additionalOptions.teamId)
1994
1993
  query.team = additionalOptions.teamId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-tukimate",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "n8n community node for TukiMate API",
5
5
  "keywords": [
6
6
  "n8n",