Skip to content

Commit

Permalink
add semicolon to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sk337 authored Nov 14, 2023
1 parent 16efe7a commit 391ba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var ipInfo = require("ip-info-finder");

var usewebhook = false;
var useDb = process.env.DATABASE_URL ? true : false;
const dbText = "Database not connected. Enable your database using this tutorial: https://iogames.forum/t/integrating-database-to-swordbattle-v1-code/13458"
const dbText = "Database not connected. Enable your database using this tutorial: https://iogames.forum/t/integrating-database-to-swordbattle-v1-code/13458";
console.log(useDb ? "Using database" : "Not using database");
if(process.env.hasOwnProperty("WEBHOOK_URL")) usewebhook = true;

Expand Down

0 comments on commit 391ba35

Please sign in to comment.