-
Put the return SumAllVotes inside the then block.
-
Add return before the wixData.query.
-
When you call the function, use then like: GetAllSumVotes().then(z => console.log(“SumAllVotes:”,z));
Put the return SumAllVotes inside the then block.
Add return before the wixData.query.
When you call the function, use then like: GetAllSumVotes().then(z => console.log(“SumAllVotes:”,z));