fix: eslint warnings (#252)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/** @type {import('sequelize-cli').Migration} */
|
||||
module.exports = {
|
||||
async up(queryInterface, Sequelize) {
|
||||
async up(queryInterface) {
|
||||
/**
|
||||
* Add altering commands here.
|
||||
*
|
||||
@@ -15,7 +15,7 @@ module.exports = {
|
||||
await queryInterface.renameColumn('users', 'avatarPath', 'avatar_path');
|
||||
},
|
||||
|
||||
async down(queryInterface, Sequelize) {
|
||||
async down() {
|
||||
/**
|
||||
* Add reverting commands here.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user