This commit is contained in:
Cat /dev/Nulo 2024-04-10 12:09:41 -03:00
parent 08a6552df4
commit 0f4be235fb

View file

@ -52,6 +52,7 @@ async function doQuery() {
return { key: new Date(), data: categoriesWithProducts }; return { key: new Date(), data: categoriesWithProducts };
} }
console.log("setting up interval");
setInterval( setInterval(
async () => { async () => {
const c = await doQuery(); const c = await doQuery();