Skip to content

Commit

Permalink
Merge pull request #452 from claushaas/dev
Browse files Browse the repository at this point in the history
remove unnecessary comments
  • Loading branch information
claushaas authored Jan 10, 2025
2 parents 7566616 + 94baadb commit d8134c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/services/migration.service.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ export class MigrationService {
},
});
});

// Await this._model.completedLessons.createMany({
// data: completedLessonsArray.filter(element => element !== null),
// });
}
});

Expand Down

0 comments on commit d8134c9

Please sign in to comment.