Skip to content

Commit

Permalink
Update SkyblockMember.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StavZ committed Feb 22, 2021
1 parent 9ee5e56 commit e122763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/SkyBlock/SkyblockMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ class SkyblockMember {
} : null);
}
/**
* Profile Name
* UUID

This comment has been minimized.

Copy link
@linearaccelerator

linearaccelerator Feb 22, 2021

Contributor

yes very descriptive jsdoc

* @return {string}
*/
toString() {
return this.profileName;
return this.uuid;
}
}
/**
Expand Down

0 comments on commit e122763

Please sign in to comment.