2
app.js
2
app.js
@@ -144,7 +144,7 @@ var attachToMini = function(mini, pos, then){
|
||||
con.query("SELECT * FROM `" + mini.Name.toLowerCase() + "` LIMIT 0 , 30", (err, data) => {
|
||||
for(var j = 0; j < data.length; j++){
|
||||
|
||||
mini.registered[data[j]["GottesdienstIDs"]] = {
|
||||
mini.registered[j] = {
|
||||
id: data[j]["GottesdienstIDs"],
|
||||
value: data[j]["Anwesend"]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user