Skip to content

Commit

Permalink
add canInviteUser to JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Aug 23, 2023
1 parent f8966bb commit 63fed2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/OptionsListUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ function getIOUConfirmationOptionsFromParticipants(participants, amountText) {
* @param {Array} [excludeLogins]
* @param {Boolean} [includeOwnedWorkspaceChats]
* @param {boolean} [includeP2P]
* @param {boolean} [canInviteUser]
* @returns {Object}
*/
function getNewChatOptions(reports, personalDetails, betas = [], searchValue = '', selectedOptions = [], excludeLogins = [], includeOwnedWorkspaceChats = false, includeP2P = true, canInviteUser = true) {
Expand Down

0 comments on commit 63fed2a

Please sign in to comment.