Skip to content

Commit

Permalink
fix: adding publicId param to jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Nov 22, 2024
1 parent 2c29b71 commit 233535f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composables/useBadgeData.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default function useBadgeData() {
* Calls Apollo to get the badge achievement service data
*
* @param apollo The current instance of Apollo
* @param publicId Whether to get achievement data for a specific user
*/
const fetchAchievementData = (apollo, publicId = null) => {
apollo.query({ query: userAchievementProgressQuery, variables: { publicId } })
Expand Down

0 comments on commit 233535f

Please sign in to comment.