bugfix
Signed-off-by: Walamana <joniogerg@gmail.com>
This commit is contained in:
parent
a2955563a6
commit
cdfd9705a5
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) => {
|
con.query("SELECT * FROM `" + mini.Name.toLowerCase() + "` LIMIT 0 , 30", (err, data) => {
|
||||||
for(var j = 0; j < data.length; j++){
|
for(var j = 0; j < data.length; j++){
|
||||||
|
|
||||||
mini.registered[data[j]["GottesdienstIDs"]] = {
|
mini.registered[j] = {
|
||||||
id: data[j]["GottesdienstIDs"],
|
id: data[j]["GottesdienstIDs"],
|
||||||
value: data[j]["Anwesend"]
|
value: data[j]["Anwesend"]
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user