Skip to content

Commit 9027ac8

Browse files
committed
Actually set limit
1 parent d07e23e commit 9027ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_deploy/zendesk.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const client = createZendeskClient({
5656
helpcenter: true,
5757
throttle: {
5858
window: 60,
59-
limit: 400
59+
limit: zendeskApiLimit
6060
}
6161
});
6262

0 commit comments

Comments
 (0)