Skip to content

Commit

Permalink
refactor: should return always in jsdoc
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Nikolov <[email protected]>
  • Loading branch information
ivaylonikolov7 committed Sep 11, 2024
1 parent 0f29f0c commit 27cada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token/PendingAirdropId.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default class PendingAirdropId {
/**
*
* @param {AccountId} senderId
* @returns
* @returns {this}
*/
setSenderid(senderId) {
this._senderId = senderId;
Expand Down

0 comments on commit 27cada3

Please sign in to comment.