Skip to content

Commit

Permalink
Updated to fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Oct 11, 2023
1 parent cf25936 commit 9bc404a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default class NetSpeed extends Extension {
speed["down"] = (sum["down"] - this._lastSum["down"]) / refreshInterval;
speed["up"] = (sum["up"] - this._lastSum["up"]) / refreshInterval;

this.lastSum = sum;
this._lastSum = sum;
} catch (e) {
console.error(e);
}
Expand Down

0 comments on commit 9bc404a

Please sign in to comment.