update pricing info on an interval too

This commit is contained in:
Kevin F 2022-12-08 19:38:09 +00:00
parent 3c4fc2bbc3
commit eba1dbe435
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ let app = createApp({
}, 5000)
setInterval(()=>{
this.getCredits()
this.getPricingInfo()
}, 30000)
}