Skip to content

Commit

Permalink
Ignore reporting & solve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
HeySreelal committed Jul 27, 2023
1 parent ee05fff commit 5360d64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/helpers/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ async function sendToTelegramAdmin(error: Error, info: ExtraErrorInfo) {
}

export default function report(error: Error, info: ExtraErrorInfo = {}) {
// console.error(error, info)
// void sendToTelegramAdmin(error, info)
sendToTelegramAdmin
error
info
}

function escape(s: string) {
Expand Down

0 comments on commit 5360d64

Please sign in to comment.