Skip to content

Commit

Permalink
fix: missing params in jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Jan 21, 2025
1 parent bf8d44f commit 4e49613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/composables/useBadgeData.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ export default function useBadgeData() {
/**
* Get explanation for an earned badge
*
* @param badgeId The Id of the badge
* @param target The badge tier target
* @returns reason for a completed badge
*/
const getEarnedBadgeExplanation = (badgeId, target) => {
Expand Down

0 comments on commit 4e49613

Please sign in to comment.