Browse Source

remove unnecessary code

Shun Miyazawa 2 years ago
parent
commit
3f3d726bbc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      bin/data-migrations/README.md

+ 0 - 2
bin/data-migrations/README.md

@@ -68,10 +68,8 @@ module.exports = [
   (body) => {
   var fooRegExp = /foo/g; // foo regex
   return body.replace(fooRegExp, 'bar'); // replace to bar
-    return body;
   },
 ];
-
 ```
 
 By passing `custom` in the environment variable `MIGRATION_MODULE` and executing it, you can apply the `custom.js` to all the latest `revisions`.