Skip to content

Commit

Permalink
fix: add comments for functions in policy
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Oct 31, 2023
1 parent 0cabc49 commit 227ce6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/actions/Policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function hasActiveFreePolicy(policies) {
}

/**
*
* Build optimistic data for adding users from announce room
* @param {String} policyID
* @param {Object} invitedEmailsToAccountIDs
* @returns {Object}
Expand Down Expand Up @@ -245,7 +245,7 @@ function createOptimisticAnnounceRoomMembers(policyID, invitedEmailsToAccountIDs
}

/**
*
* Build optimistic data for removing users from announce room
* @param {String} policyID
* @param {Array} accountIDs
* @returns {Object}
Expand Down

0 comments on commit 227ce6f

Please sign in to comment.