n8n-nodes-fingrid 0.2.9 → 0.2.10
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.
|
@@ -178,6 +178,7 @@ async function fetchPaginated(endpoint, qs, i) {
|
|
|
178
178
|
return returnAll ? collected : collected.slice(0, limit);
|
|
179
179
|
}
|
|
180
180
|
async function fetchSingle(endpoint, qs, i) {
|
|
181
|
+
await respectRateLimit();
|
|
181
182
|
const responseData = await requestWithRateLimitHandling.call(this, {
|
|
182
183
|
method: "GET",
|
|
183
184
|
url: `${exports.BASE_URL}${endpoint}`,
|