Add more info to alert handling error log

This commit is contained in:
Riordan Panayides 2022-04-11 15:45:14 +01:00
parent ca3fd27934
commit 71e11d8c11
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ const handleAlert = async (alert: any, db: any) => {
}
}
} catch (e) {
console.log(e)
console.log('Error handling alert:', alert.mangoAccountPk, e)
// sendLogsToDiscord(null, e)
}
}