Browse Source

Fix linting error

JC Brand 5 years ago
parent
commit
685c9585f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/headless/converse-emoji.js

+ 1 - 1
src/headless/converse-emoji.js

@@ -59,7 +59,7 @@ function convert (unicode) {
 
 converse.plugins.add('converse-emoji', {
 
-    async initialize () {
+    initialize () {
         /* The initialize function gets called as soon as the plugin is
          * loaded by converse.js's plugin machinery.
          */