remove null checks for call and put some other validation
This commit is contained in:
@@ -6,7 +6,7 @@ public enum CallStatusEnum {
|
||||
|
||||
DRAFT("DRAFT"),
|
||||
PUBLISH("PUBLISH"),
|
||||
EXPIRE("EXPIRED"),
|
||||
EXPIRED("EXPIRED"),
|
||||
READY_TO_PUBLISH("READY_TO_PUBLISH");
|
||||
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user