update Do 28. Mai 22:01:01 CEST 2020
This commit is contained in:
parent
d062bbf04a
commit
45155ce583
@ -29,7 +29,7 @@ module.exports = function (io, sql, app_cfg, waip) {
|
|||||||
sql.db_rmld_save(data, function (result) {
|
sql.db_rmld_save(data, function (result) {
|
||||||
if (result) {
|
if (result) {
|
||||||
waip.rmld_verteilen_by_uuid(data.waip_uuid, data.rmld_uuid);
|
waip.rmld_verteilen_by_uuid(data.waip_uuid, data.rmld_uuid);
|
||||||
sql.db_log('API', 'Rückmeldung von ' + remote_ip + ' gespeichert: ' + data);
|
sql.db_log('API', 'Rückmeldung von ' + remote_ip + ' gespeichert: ' + result);
|
||||||
} else {
|
} else {
|
||||||
sql.db_log('API', 'Fehler beim speichern der Rückmeldung von ' + remote_ip + ': ' + data);
|
sql.db_log('API', 'Fehler beim speichern der Rückmeldung von ' + remote_ip + ': ' + data);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user