Skip to content

Commit

Permalink
chore: revert linter
Browse files Browse the repository at this point in the history
  • Loading branch information
c27gc committed Jun 27, 2023
1 parent 726993f commit ec40b51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seeders/20230308180046-test-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = {

async down(queryInterface, Sequelize) {
await queryInterface.bulkDelete('users', {
email: { [Op.in]: [testUser.email, referredTestUser.email] },
}, {});
},
email: { [Op.in]: [testUser.email, referredTestUser.email] },
}, {});
}
};

0 comments on commit ec40b51

Please sign in to comment.