Co-Authored-By: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com>
pull/613/head
Beaudan Campbell-Brown 6 years ago committed by GitHub
parent 807f4cbd2a
commit b42a8aab1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -767,7 +767,7 @@
return !!this.get('secondaryStatus'); return !!this.get('secondaryStatus');
}, },
getPrimaryDevicePubKey() { getPrimaryDevicePubKey() {
return this.get('getPrimaryDevicePubKey') || this.id; return this.get('primaryDevicePubKey') || this.id;
}, },
async setSecondaryStatus(newStatus, primaryDevicePubKey) { async setSecondaryStatus(newStatus, primaryDevicePubKey) {
if (this.get('secondaryStatus') !== newStatus) { if (this.get('secondaryStatus') !== newStatus) {

Loading…
Cancel
Save