Skip to content

Commit

Permalink
feat: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabanai104 committed May 26, 2024
1 parent 0d8fe03 commit 9ff60c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const databaseConnect = async () => {
if (envType === 'development') {
await UserSeed();
await HelpSeed();
// await NotificationSeed();
// await BadgeSeed();
await NotificationSeed();
await BadgeSeed();
}
} catch (err) {
console.log('Não foi possível inicicializar corretamente a base de dados!');
Expand Down

0 comments on commit 9ff60c2

Please sign in to comment.