Skip to content

Commit

Permalink
Quick fix because I should know better than to write code when I have…
Browse files Browse the repository at this point in the history
… to leave!
  • Loading branch information
thebracket committed Nov 13, 2024
1 parent 1a72add commit 8ab88dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class Top10Downloaders extends BaseDashlet {
let results = { data: this.buffer.toArray() };
//results.sort((a, b) => a.bits_per_second.down - b.bits_per_second.down);

let t = TopNTableFromMsgData(results);
let t = TopNTableFromMsgData(msg);

// Display it
clearDashDiv(this.id, target);
Expand Down

0 comments on commit 8ab88dc

Please sign in to comment.