chore: add logging to ofac failures

This commit is contained in:
Rafael Taranto 2025-03-11 12:53:50 +00:00
parent 2ea86ef874
commit 929a3babee

View file

@ -19,7 +19,7 @@ const loadOrUpdateSanctions = () => {
sanctionStatus.timestamp = Date.now()
})
.catch(e => {
logger.error('Couldn\'t load OFAC sanction list!')
logger.error('Couldn\'t load OFAC sanction list!', e)
})
}