Browse Source

Fix linting.

John Livingston 1 năm trước cách đây
mục cha
commit
eb88b66a0d
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      src/headless/plugins/emoji/plugin.js

+ 1 - 3
src/headless/plugins/emoji/plugin.js

@@ -98,9 +98,7 @@ converse.plugins.add('converse-emoji', {
                          *      return json;
                          *  });
                          */
-                        const json = (
-                            await api.hook('loadEmojis', {}, module.default)
-                        )
+                        const json = await api.hook('loadEmojis', {}, module.default);
                         converse.emojis.json = json;