Update old policy format

This commit is contained in:
Alexandre Bodin 2021-09-27 17:18:23 +02:00
parent 972d89d3dd
commit 62fc3af469

View File

@ -1,3 +1,3 @@
module.exports = (ctx, next) => {
return next();
module.exports = ctx => {
return true;
};