chore: add logging to ofac failures
This commit is contained in:
parent
2ea86ef874
commit
929a3babee
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue