mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
aver
This commit is contained in:
parent
08a6552df4
commit
0f4be235fb
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ async function doQuery() {
|
|||
return { key: new Date(), data: categoriesWithProducts };
|
||||
}
|
||||
|
||||
console.log("setting up interval");
|
||||
setInterval(
|
||||
async () => {
|
||||
const c = await doQuery();
|
||||
|
|
Loading…
Reference in a new issue