pull/1176/head
Mikunj 5 years ago
parent f681fd619d
commit 30bc4c6cbc

@ -152,7 +152,7 @@ export class MultiDeviceProtocol {
]
);
return [...new Set(devices)].map(p => new PubKey(p));
return _.uniq(devices).map(p => new PubKey(p));
}
/**

Loading…
Cancel
Save