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 7c54827..826e55e 100644
--- a/index.js
+++ b/index.js
@@ -67,10 +67,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;
- });*/
+ });
});
}