Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-12-28 18:31:20 +0300
committersualko <klaus@jsxc.org>2021-12-28 18:31:20 +0300
commit78c0dff91d304beb8e94e7d3d55a9938faa08d82 (patch)
tree743c85f9a1ed5da08f5c39e0d8a31eb638b2514d
parent21dac0fa28799c0fee39b1608967dc0e10cafa77 (diff)
chore: fix code style
-rw-r--r--src/plugins/omemo/Plugin.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/omemo/Plugin.ts b/src/plugins/omemo/Plugin.ts
index 4964a76d..c84a9533 100644
--- a/src/plugins/omemo/Plugin.ts
+++ b/src/plugins/omemo/Plugin.ts
@@ -119,7 +119,7 @@ export default class OMEMOPlugin extends EncryptionPlugin {
let stanza = await pepService.retrieveItems(NS_DEVICELIST, contact.getJid().bare);
this.onDeviceListUpdate(stanza);
- } catch(err) {
+ } catch (err) {
this.pluginAPI.Log.debug('Can not retrieve device list', err);
return false;