Shun Miyazawa 2 лет назад
Родитель
Сommit
3f3d726bbc
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      bin/data-migrations/README.md

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

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