remove unneeded async

pull/836/head
Ryan Tharp 5 years ago
parent 4210e4d14a
commit 0667269690

@ -240,7 +240,7 @@ class LokiFileServerInstance {
// extends LokiFileServerInstance with functions we'd only perform on our own home server
// so we don't accidentally send info to the wrong file server
class LokiHomeServerInstance extends LokiFileServerInstance {
async _setOurDeviceMapping(authorisations, isPrimary) {
_setOurDeviceMapping(authorisations, isPrimary) {
const content = {
isPrimary: isPrimary ? '1' : '0',
authorisations,

Loading…
Cancel
Save