Skip to content

Commit fca7f7c

Browse files
committed
CUST-4527 added 'unknown' as a conferecing provider
1 parent b473df1 commit fca7f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/nylas/models/ConferencingProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ enum class ConferencingProvider {
2323

2424
@Json(name = "skypeForConsumer")
2525
SKYPE_FOR_CONSUMER,
26-
26+
2727
@Json(name = "unknown")
2828
UNKNOWN,
2929
}

0 commit comments

Comments
 (0)