feat: add migration to clean blacklist table
fix: address reuse and blacklist check
This commit is contained in:
parent
f682a77eb5
commit
d7519d477e
4 changed files with 23 additions and 20 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue