Started editing and adding real content.
This commit is contained in:
parent
e3fe70ad60
commit
b2d0024fda
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ app.get('/', function (req, res) {
|
|||
});
|
||||
|
||||
database.each("SELECT * FROM players", function(err, row) {
|
||||
players.push(row.name);
|
||||
players.push(row["name"]);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue