Skip to content

Commit

Permalink
Bugfix, The join type renmaed to explicit_approval
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadzadeh authored Oct 4, 2023
1 parent 65d4bcf commit 285b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/meetings/lib/enums/joinType.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export enum JoinType {
'NONE' = 'none',
'AFTER_OWNER_ONLY' = 'after_owner_only',
'EXPLICT_APPROVAL' = 'explict_approval',
'EXPLICT_APPROVAL' = 'explicit_approval',
}

0 comments on commit 285b728

Please sign in to comment.