2
0
John Livingston 1 жил өмнө
parent
commit
eb88b66a0d

+ 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;