fix: clean up logger info message formatting and remove unused import in rate limit tests
This commit is contained in:
@@ -30,7 +30,9 @@ const executeWithBotRetry = async (
|
||||
attemptedBots++;
|
||||
|
||||
if (attemptedBots < bots.length) {
|
||||
logger.info(`Bot Index ${prevIndex} hit 429. Instantly rotating to Bot Index ${nextIndex}...`);
|
||||
logger.info(
|
||||
`Bot Index ${prevIndex} hit 429. Instantly rotating to Bot Index ${nextIndex}...`,
|
||||
);
|
||||
return executeWithBotRetry(action, retries, attemptedBots);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user