mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-25 07:45:28 +01:00
Compare commits
No commits in common. "a1c06f84ae8700217f67d0b39e41d09de8b8c29e" and "3ac190e747d20a29bd961f32b6c0ace19b5c2e75" have entirely different histories.
a1c06f84ae
...
3ac190e747
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue