Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwicopple committed Dec 30, 2021
1 parent b8e3548 commit 55ed572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ export async function runMigrations(): Promise<void> {
console.log('Running migrations')
await connectAndMigrate(config.DATABASE_URL, './db/migrations')
console.log('Finished migrations')
}
}

0 comments on commit 55ed572

Please sign in to comment.