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