Skip to content

Commit

Permalink
refactor: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pimothyxd authored Sep 30, 2024
1 parent db49cbc commit 896c2f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/site/kick.com/modules/chat/ChatMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const emit = defineEmits<{
const ctx = useChannelContext();
const emotes = useChatEmotes(ctx);
const cosmetics = useCosmetics(props.bind.authorID);
const regex = /\[emote:\d+:[^\]]+\]|https?:\/\/[^\s]+/g;
const badgeContainer = document.createElement("seventv-container");
const containers = ref<HTMLElement[]>([]);
Expand Down

0 comments on commit 896c2f7

Please sign in to comment.