Skip to content

Commit

Permalink
fix JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
3388ShubinPavel committed Feb 26, 2025
1 parent b29ca2d commit 3ea320e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/presentation/components/team/Team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const props = defineProps<{
* Sorts the team members based on their role and whether they are the creator of the note.
*
* @param members - Array of TeamMember objects to be sorted.
// eslint-disable-next-line jsdoc/require-returns-type
* @returns Sorted array of TeamMember objects.
*/
const sortMembers = (members: TeamMember[]): TeamMember[] => {
Expand Down

0 comments on commit 3ea320e

Please sign in to comment.