refactor(event/client): guildCreate now removing the unused err param in catch
This commit is contained in:
parent
6b2876e514
commit
2c09ecf9c3
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export default {
|
||||||
});
|
});
|
||||||
await new Promise((res) => setTimeout(res, 1000));
|
await new Promise((res) => setTimeout(res, 1000));
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch {
|
||||||
log.info(`Not able to fetch user ${buyer.id}`);
|
log.info(`Not able to fetch user ${buyer.id}`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue