We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c241849 commit d97a15fCopy full SHA for d97a15f
lib/Config.js
@@ -1841,7 +1841,7 @@ class Config extends EventEmitter {
1841
if (config.rateLimiting?.enabled) {
1842
// rate limiting uses the same localCache config defined for S3 to avoid
1843
// config duplication.
1844
- assert(config.localCache, 'missing required property of rateLimit ' +
+ assert(this.localCache, 'missing required property of rateLimit ' +
1845
'configuration: localCache');
1846
1847
this.rateLimiting.enabled = true;
0 commit comments