aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index f0cb4fd..78c9a11 100644
--- a/index.js
+++ b/index.js
@@ -55,10 +55,10 @@ function cacheReload() {
refresh().then(data => {
console.log("Refresh halfway done!");
serverCache = data;
- pkRefresh().then(data => {
+ /*pkRefresh().then(data => {
console.log("Refresh totally done!");
pluralCache = data;
- });
+ });*/
});
}