Exactly, since I didn’t see your code where you actually call GetAllSumVotes (), there was no way for me to put async in the function declaration. That is why I put the comment above the await call.
I was just showing you how to setup your call to the GetAllSumVotes () function. It won’t run properly without the async. You will need to properly wrap it in a proper function call.