Skip to content

Commit

Permalink
Fixes #170
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Jun 11, 2020
1 parent d7ee8fe commit 420997b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/model/BridgeConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ATTRIBUTES = [
'noupdates',
'transferring',
'anyreadytoinstall',
'allreadtoinstall',
'allreadytoinstall',
'installing',
]
}),
Expand Down Expand Up @@ -269,4 +269,4 @@ module.exports = class BridgeConfiguration extends BridgeObject {
get starterkitid() {
return this.getAttributeValue('starterkitid');
}
};
};

0 comments on commit 420997b

Please sign in to comment.