refactor(event/client): guildCreate now removing the unused err param in catch

This commit is contained in:
Raphael 2025-12-05 12:17:34 +01:00 committed by Raphaël
parent 6b2876e514
commit 2c09ecf9c3

View file

@ -108,7 +108,7 @@ export default {
});
await new Promise((res) => setTimeout(res, 1000));
}
catch (err) {
catch {
log.info(`Not able to fetch user ${buyer.id}`);
return;
}