mirror of https://github.com/calzoneman/sync.git
Fix the fix
This commit is contained in:
parent
ac15c17981
commit
c14581135e
|
@ -553,7 +553,7 @@ Callbacks = {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(data.success) {
|
if(data.success) {
|
||||||
log.data("log", data);
|
log.data("log", data.data);
|
||||||
log.text(data.data);
|
log.text(data.data);
|
||||||
} else {
|
} else {
|
||||||
log.text("Error reading channel log");
|
log.text("Error reading channel log");
|
||||||
|
|
Loading…
Reference in New Issue