diff --git a/cache-requests/cache-requests.js b/cache-requests/cache-requests.js index 6d25abca..88f3ff9d 100644 --- a/cache-requests/cache-requests.js +++ b/cache-requests/cache-requests.js @@ -282,6 +282,6 @@ module.exports = cacheRequestsBehaviour; //!steal-remove-start if(process.env.NODE_ENV !== 'production') { var validate = require("../helpers/validate"); + module.exports = validate(cacheRequestsBehaviour, ['getListData', 'cacheConnection']); } -module.exports = validate(cacheRequestsBehaviour, ['getListData', 'cacheConnection']); //!steal-remove-end