Retry downloading OFAC lists (#236)
* Retry downloading OFAC lists * Update ofac sources on lamassu-update
This commit is contained in:
parent
b9f9c6facc
commit
7043a3c408
5 changed files with 48 additions and 1 deletions
|
|
@ -75,4 +75,8 @@ function match (nameParts, birthDateString, options) {
|
|||
return result
|
||||
}
|
||||
|
||||
module.exports = {load, match}
|
||||
function getStructs () {
|
||||
return structs
|
||||
}
|
||||
|
||||
module.exports = {load, match, getStructs}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue