fix: 'common' version
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ name = name.charAt(0).toLocaleUpperCase() + name.slice(1);
|
||||
document.title += ` (${name})`;
|
||||
|
||||
while (await new Promise(o => setTimeout(o, 1000, true))) {
|
||||
let result = await Rpc2.invoke('history').catch(() => []);
|
||||
let result = await Rpc2.invoke('logs').catch(() => []);
|
||||
let logs = Array.from(result);
|
||||
|
||||
for (let record of logs) {
|
||||
|
||||
Reference in New Issue
Block a user