Skip to content

Commit

Permalink
Update enums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neilshaabi committed Mar 1, 2024
1 parent 93b60e1 commit 37a6ce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class UserRole(Enum):

@unique
class SessionFormat(Enum):
FACE = "Face to face"
AUDIO = "Audio call"
VIDEO = "Video call"
FACE = "Face to Face"
AUDIO = "Audio Call"
VIDEO = "Video Call"


@unique
Expand Down

0 comments on commit 37a6ce4

Please sign in to comment.