@cortec/polka
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -76,3 +76,3 @@ "use strict"; | ||
return (path, controller) => { | ||
const missing = controller.modules?.filter((module) => ctx.has(module)); | ||
const missing = controller.modules?.filter((module) => !ctx.has(module)); | ||
let rateLimit = null; | ||
@@ -79,0 +79,0 @@ if (missing?.length) { |
{ | ||
"name": "@cortec/polka", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "<description>", | ||
@@ -48,3 +48,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "dad62076c1050f4e427d749d414f24c482f4d428" | ||
"gitHead": "a58f9097b8dd5ab4e34cf2131f8384603b8c470d" | ||
} |
50291