Make signaling key optional in account attributes
This commit is contained in:
parent
4cfb599165
commit
3145be12c0
|
@ -24,7 +24,6 @@ import org.hibernate.validator.constraints.NotEmpty;
|
||||||
public class AccountAttributes {
|
public class AccountAttributes {
|
||||||
|
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
@NotEmpty
|
|
||||||
private String signalingKey;
|
private String signalingKey;
|
||||||
|
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
|
|
Loading…
Reference in New Issue