mirror of https://github.com/status-im/consul.git
Merge remote-tracking branch 'shilov/master' into feature/failing-ttl-test
This commit is contained in:
commit
abf77b3c74
|
@ -13,7 +13,7 @@ export default Model.extend({
|
|||
ModifyIndex: attr('number'),
|
||||
LockDelay: attr('number'),
|
||||
Behavior: attr('string'),
|
||||
TTL: attr('number'),
|
||||
TTL: attr('string'),
|
||||
Checks: attr({
|
||||
defaultValue: function() {
|
||||
return [];
|
||||
|
|
Loading…
Reference in New Issue