Skip to content

Commit

Permalink
Remove stray comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Dec 13, 2024
1 parent 6985bf4 commit e0138d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/users/getPlayerInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function getPlayerInfo (userId) {
getUserInfo({ userId }),
getFriendCount({ userId }),
getFollowingCount({ userId }),
getFollowerCount({ userId }),
getFollowerCount({ userId })
].map(promise => promise.then(
val => ({ status: 'fulfilled', value: val }),
rej => ({ status: 'rejected', reason: rej })
Expand Down

0 comments on commit e0138d0

Please sign in to comment.