Skip to content

Commit

Permalink
Fix bundlers build
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Dec 10, 2019
1 parent e9e77a9 commit 75cd13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache-requests/cache-requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75cd13c

Please sign in to comment.