Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
zenopopovici committed Aug 20, 2022
1 parent e04ab9a commit 9343b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/db-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const init = () => {
.then((connection) => {
connection
.query(`CREATE DATABASE \`${DatabaseName}\``)
.then((res) => {
.then(() => {
console.log(` => Database ${DatabaseName} created!`)
// Close connection
connection.end()
Expand Down

0 comments on commit 9343b2e

Please sign in to comment.