Remoção de linha extra

pull/21/head
adriano 2023-01-04 20:48:40 -03:00
parent 72087f8adb
commit 5e63b61958
1 changed files with 3 additions and 3 deletions

View File

@ -819,7 +819,7 @@ const handleMessage = async (
// if (msg.body.trim() == 'broken') { // if (msg.body.trim() == 'broken') {
// throw new Error('Throw makes it go boom!') // throw new Error('Throw makes it go boom!')
// } // }
//
} catch (err) { } catch (err) {
Sentry.captureException(err); Sentry.captureException(err);