mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Fix log order
This commit is contained in:
parent
a2cde9731e
commit
2630b34eca
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export default Vue.extend({
|
|||
domain: this.domain === '' ? null : this.domain,
|
||||
limit: 50
|
||||
}).then(logs => {
|
||||
this.logs = logs;
|
||||
this.logs = logs.reverse();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue