Commit 5d9c14c4 authored by minseok.park's avatar minseok.park

fix lint error

parent 92276d47
......@@ -27,7 +27,7 @@
d="M6 18 18 6M6 6l12 12"></path>
`
function initializeChat() {
function initializeChat () {
if (!INIT) {
const messageItem = document.createElement('pre')
messageItem.className = 'message ai'
......@@ -84,7 +84,7 @@
}
})
function addMessageToChatBody(message) {
function addMessageToChatBody (message) {
if (message.trim() !== '') {
const user = document.createElement('pre')
user.className = 'message user'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment