Skip to content

Commit

Permalink
Update src/helpers/spaces.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Less <[email protected]>
  • Loading branch information
ChaituVR and bonustrack authored Dec 20, 2024
1 parent 4b58019 commit ede046b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/spaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ async function loadSpacesMetrics() {
getProposals(),
getVotes()
]);

const [followerMetrics, proposalMetrics, voteMetrics] = results;
Object.keys(spacesMetadata).forEach(space => {
spacesMetadata[space].counts = {
Expand Down

0 comments on commit ede046b

Please sign in to comment.