Compare commits

..

No commits in common. "a1c06f84ae8700217f67d0b39e41d09de8b8c29e" and "3ac190e747d20a29bd961f32b6c0ace19b5c2e75" have entirely different histories.

View file

@ -19,9 +19,6 @@ export default {
while (tmp.length < 20) {
tmp.unshift({});
}
for (let t of tmp) {
t.timestamp = new Date(t.timestamp).toLocaleString();
}
return tmp;
}
}