Skip to content

Commit

Permalink
fix(type): updated the return type for the functions
Browse files Browse the repository at this point in the history
  • Loading branch information
sreenara committed Jan 17, 2024
1 parent be77594 commit 0da5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@webex/plugin-meetings/src/members/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ MembersUtil.generateRoleAssignmentMemberOptions = (
memberId: string,
roles: Array<ServerRoleShape>,
locusUrl: string
) => ({
): RoleAssignmentOptions => ({
memberId,
roles,
locusUrl,
Expand Down

0 comments on commit 0da5ce3

Please sign in to comment.