enzostvs HF staff commited on
Commit
53f9a32
·
1 Parent(s): 4f54699
Files changed (1) hide show
  1. utils/roast.ts +1 -1
utils/roast.ts CHANGED
@@ -16,7 +16,7 @@ export const formatInformations = (
16
  name: org.fullname,
17
  })),
18
  followers: user.numFollowers,
19
- following: user.numFollowers,
20
  total_spaces_likes: spacesLikes,
21
  total_models_likes: modelsLikes,
22
  total_collections_likes: collectionsUpvotes,
 
16
  name: org.fullname,
17
  })),
18
  followers: user.numFollowers,
19
+ following: user.numFollowing,
20
  total_spaces_likes: spacesLikes,
21
  total_models_likes: modelsLikes,
22
  total_collections_likes: collectionsUpvotes,