fix: eslint warnings (#252)
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = {
|
||||
});
|
||||
},
|
||||
|
||||
async down(queryInterface, Sequelize) {
|
||||
async down(queryInterface) {
|
||||
await queryInterface.dropTable('folders');
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user