WIP
This commit is contained in:
parent
f7561acf3c
commit
80e851fb59
9 changed files with 131 additions and 76 deletions
9
bin/lamassu-ofac-update
Executable file
9
bin/lamassu-ofac-update
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
const ofac = require('../lib/ofac/update')
|
||||
|
||||
console.log('Updating OFAC databases.')
|
||||
|
||||
ofac.update()
|
||||
.then(() => console.log('Success.'))
|
||||
.catch(console.log)
|
||||
Loading…
Add table
Add a link
Reference in a new issue