From eba1dbe4357fc3f2fa3d361ed2789c8408e31ab7 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Thu, 8 Dec 2022 19:38:09 +0000 Subject: [PATCH] update pricing info on an interval too --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index f3dccf0..66b3365 100644 --- a/main.js +++ b/main.js @@ -290,6 +290,7 @@ let app = createApp({ }, 5000) setInterval(()=>{ this.getCredits() + this.getPricingInfo() }, 30000) }