Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara authored Jul 26, 2024
1 parent b77b564 commit b344825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ sealed class FeatureConfigData {
@SerialName("status")
val status: FeatureFlagStatusDTO,
@SerialName("config")
val config: ConferenceCallingConfigDTO? // TODO make it non optional when the backend is ready
val config: ConferenceCallingConfigDTO? // TODO make it non optional when the minimum supported API is v6
) : FeatureConfigData()

@SerialName("conversationGuestLinks")
Expand Down

0 comments on commit b344825

Please sign in to comment.