diff --git a/js/background.js b/js/background.js index 2b3cdd05f..aa8db1636 100644 --- a/js/background.js +++ b/js/background.js @@ -1442,7 +1442,9 @@ } const primaryDeviceKey = window.storage.get('primaryDevicePubKey'); - const allOurDevices = await libloki.storage.getAllDevicePubKeysForPrimaryPubKey(primaryDeviceKey); + const allOurDevices = await libloki.storage.getAllDevicePubKeysForPrimaryPubKey( + primaryDeviceKey + ); const descriptorId = await textsecure.MessageReceiver.arrayBufferToString( messageDescriptor.id );