Nikolay Suslov 5 years ago
parent
commit
a267c9758a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/luminary.js

+ 1 - 1
public/luminary.js

@@ -450,7 +450,7 @@ class Luminary {
 
                     var res = data
                     if(typeof res == "string"){
-                        res = JSON.parse(source.tick);
+                        res = JSON.parse(data);
                     }
 
                     if (res.sender) {