type things better
This commit is contained in:
parent
0a1b574f2a
commit
42a438f6dc
1 changed files with 2 additions and 2 deletions
|
@ -160,9 +160,9 @@ class Emoji{
|
|||
emojiElem.classList.add("emojiSelect")
|
||||
|
||||
const emojiClass = new Emoji({
|
||||
id: emojit.id,
|
||||
id: emojit.id as string,
|
||||
name: emojit.name,
|
||||
animated: emojit.animated
|
||||
animated: emojit.animated as boolean
|
||||
},localuser)
|
||||
emojiElem.append(emojiClass.getHTML())
|
||||
body.append(emojiElem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue