Merge 93acdafd3be31630c57121c45078c8ae61bc5b4d into 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6

This commit is contained in:
titan-ron 2024-03-23 17:06:38 +00:00 committed by GitHub
commit f116d60682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -645,7 +645,7 @@ export class IssuesProcessor {
const rateLimitResult = await this.client.rest.rateLimit.get();
return new RateLimit(rateLimitResult.data.rate);
} catch (error) {
logger.error(`Error when getting rateLimit: ${error.message}`);
logger.warn(`Error when getting rateLimit: ${error.message}`);
}
}