Skip to content

Commit

Permalink
DB name change
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysv committed Jul 2, 2020
1 parent b5b43c1 commit 77df5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var db = mysql.createConnection({
host: process.env.SQL_HOST,
user: process.env.SQL_USER,
password: process.env.SQL_PASS,
database: "test",
database: "wg",
});

var last_report = 0;
Expand Down

0 comments on commit 77df5af

Please sign in to comment.