Skip to content

Commit

Permalink
code qual unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
horner authored Nov 11, 2023
1 parent 7b65371 commit 532b27c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/ui/src/components/LogsViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ export default {
logs.sort((a, b) => (a?.timestamp || 0) - (b?.timestamp || 0));
const firstFetch = this.logs.length === 0;
this.logs.unshift(...logs);
this.innerValue.from = logs[0].timestamp;
Expand Down

0 comments on commit 532b27c

Please sign in to comment.