update Di 3. Mär 18:01:02 CET 2020
This commit is contained in:
parent
9b76250db3
commit
cbdd16d9e5
@ -78,9 +78,9 @@ module.exports = function(io, sql, async, app_cfg) {
|
||||
|
||||
data.forEach(function(row) {
|
||||
sql.db_get_response_wache(waip_id, row.room, function(result){
|
||||
console.log('response_wache: ' + row.room);
|
||||
console.log('response_wache: ' + result);
|
||||
if (row.room) {
|
||||
reuckmeldung_verteilen(waip_id, row.room);
|
||||
reuckmeldung_verteilen(waip_id, result);
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user