Bläddra i källkod

Fix linting error

JC Brand 5 år sedan
förälder
incheckning
685c9585f4
1 ändrade filer med 1 tillägg och 1 borttagningar
  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.
          */