etops / db-migrate-couchbase

node-db-migrate plugin for couchbase
3 stars 2 forks source link

fix(migration): migration did not use arrow functions properly #2

Closed wzrdtales closed 8 years ago

wzrdtales commented 8 years ago

You need to use arrow functions in the then part of a promise.

In this case you can use the simple arrow functions just like shown in the changes.