fix(debugging): Adding debugging console.log

This commit is contained in:
Chris Troutner
2021-02-24 14:26:10 -08:00
parent ef2a681edb
commit f01c82631b
+1
View File
@@ -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