Skip to content

Commit

Permalink
Fix table getStats import
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloLec committed Sep 22, 2021
1 parent 1e893d7 commit 008b434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "[email protected]",
"url": "https://github.com/PabloLec"
},
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "build/main.js",
"types": "build/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function Table(options) {

this.key(["r", "R"], function (ch, key) {
if (this.screenIsLocked) return;
getStats();
getStats.getStats();
});
}

Expand Down

0 comments on commit 008b434

Please sign in to comment.