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.
1 parent d07e23e commit 9027ac8Copy full SHA for 9027ac8
_deploy/zendesk.mjs
@@ -56,7 +56,7 @@ const client = createZendeskClient({
56
helpcenter: true,
57
throttle: {
58
window: 60,
59
- limit: 400
+ limit: zendeskApiLimit
60
}
61
});
62
0 commit comments