diff --git a/api_webchat/messageInput.js b/api_webchat/messageInput.js index 358e3cc2..94d95547 100644 --- a/api_webchat/messageInput.js +++ b/api_webchat/messageInput.js @@ -20,7 +20,6 @@ * The original code has been released under the Apache License, Version 2.0. */ - const messageInputTemplate = document.createElement('template'); const messagesInputStyle = document.createElement('style');