Closed tikenov closed 2 years ago
Hi! Thank you for your quick response!! :)
In order to make your modifications work, I had to modify the store.js
file to have the GET parameters in function.
I also deleted some semicolons to follow the ESLint standard to have a concise code.
I hope it's good for you :)
Yeah, do whatever changes you want, it was just to give you an idea how it should look like.
I actually also made changes to store.js, but fogot to commit it)
fixes #1. The problem was that all get parameters returned variables but should be functions. Also replaced setTimeout with await on fetching data.