Skip to content

Commit

Permalink
fix: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vorobeyko committed Feb 1, 2025
1 parent eba7f37 commit 7f1e054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 168 deletions.
166 changes: 0 additions & 166 deletions packages/discord-reporter/src/discord-reporter.ts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/discord-reporter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ class DiscordReporter implements Reporter {
'Content-Type': 'application/json',
},
});
console.log('Webhook успешно отправлен:', response.status);
console.log('Discord message successfully sended:', response.status);
} catch (error: any) {
console.error('Ошибка при отправке вебхука:', error?.message);
console.error('Error while discord message sended:', error?.message);
}
}

Expand Down

0 comments on commit 7f1e054

Please sign in to comment.