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
|
-
|
|
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;
|