turbo-src / chrome-extension

MIT License
2 stars 4 forks source link

Refactor: useGetVotes hook #78

Closed ramirc5 closed 1 year ago

jex441 commented 1 year ago

Hey this is the right idea except instead of the three API calls there we can use postGetVotes from requests. It will return all the data we need so we can take out postGetPRVoteYesTotals, postGetPRVoteNoTotals, postGetPullRequest

jex441 commented 1 year ago

One other thing - can you make a corresponding PR for turbo-src? The mono repo @ramirc5