fix lamassu-cancel

This commit is contained in:
Josh Harvey 2017-05-20 16:03:04 +03:00
parent 8cdad0bc15
commit b28c99aabb
3 changed files with 29 additions and 13 deletions

View file

@ -0,0 +1,8 @@
exports.up = function(next){
next();
};
exports.down = function(next){
next();
};