module.exports = [ (body) => { // processor for MIGRATION_MODULE=custom // ADD YOUR PROCESS HERE! // https://github.com/weseek/growi/discussions/7180 return body; }, ];