mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-01 21:16:09 -04:00
Fix dashboard logs initial order (#519)
This commit is contained in:
@@ -45,7 +45,7 @@ export class AppHubService extends HubService {
|
||||
|
||||
// Bulk initial logs
|
||||
connection.on('LogsReceived', (logs: LogEntry[]) => {
|
||||
this._logs.set(logs);
|
||||
this._logs.set([...logs].reverse());
|
||||
});
|
||||
|
||||
// Single event
|
||||
|
||||
Reference in New Issue
Block a user