mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Merge pull request #99 from Permissionless-Software-Foundation/ct-unstable
fix(debugging): Adding debugging console.log
This commit is contained in:
@@ -139,6 +139,7 @@ class RateLimits {
|
||||
if (req.body && req.body.ip) {
|
||||
key = req.body.ip
|
||||
}
|
||||
console.log(`key: ${key}`)
|
||||
|
||||
// const pointsToConsume = userId ? 1 : 30
|
||||
decoded.resource = resource
|
||||
|
||||
Reference in New Issue
Block a user