feat: add migration to clean blacklist table

fix: address reuse and blacklist check
This commit is contained in:
Sérgio Salgado 2021-06-23 18:03:51 +01:00 committed by Josh Harvey
parent f682a77eb5
commit d7519d477e
4 changed files with 23 additions and 20 deletions

View file

@ -81,4 +81,4 @@ function customerHistory (customerId, thresholdDays) {
return db.any(sql, [customerId, `${days} days`])
}
module.exports = {post, cancel, customerHistory}
module.exports = { post, cancel, customerHistory }