testing pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Erik 2023-02-11 18:08:13 +02:00
parent b333f3cf77
commit e976c8d47f
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -1,14 +1,14 @@
class RateLimiter {
// class RateLimiter {
constructor (server, options = {}) {
this.server = server;
this.cache = server.memoryCache;
}
// constructor (server, options = {}) {
// this.server = server;
// this.cache = server.memoryCache;
// }
throttle (req, res, next) {
// throttle (req, res, next) {
}
// }
}
// }
module.exports = RateLimiter;
// module.exports = RateLimiter;