Skip to content

Commit

Permalink
🔨 just get the message
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Jul 18, 2024
1 parent 4d912ca commit 2324b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/SchemaManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ class WebhookQueue {
this.execute();
})
.catch(err => {
log.warn(`Error sending webhook on new ${webhook.type} update`, filterAxiosError(err));
log.warn(`Error sending webhook on new ${webhook.type} update: `, err.message);

if (err.status === 429) {
this.sleepTime = 10000;
Expand Down

0 comments on commit 2324b05

Please sign in to comment.