Merge remote-tracking branch 'shilov/master' into feature/failing-ttl-test

This commit is contained in:
John Cowen 2018-06-21 11:14:01 +01:00
commit abf77b3c74
1 changed files with 1 additions and 1 deletions

View File

@ -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 [];