Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Jul 13, 2024
1 parent 0c290ef commit 50f2700
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module.exports = {
async down() {
logger.info('Rollback migration');
mongoose.connect(getMongoUri(), mongoOptions);
const Config = getModelSafely('Config') || ConfigModel;

const appInstalled = await Config.findOne({ key: 'app:installed' });
if (appInstalled != null) {
Expand Down

0 comments on commit 50f2700

Please sign in to comment.