Skip to content

Commit

Permalink
Console log event for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Nov 2, 2024
1 parent d3351dd commit ac31774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tbot/web/ui/live_chat/components/chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export function Chat({ channelId }) {

const parse = async () => {
const msg = { ...lastJsonMessage };
console.log(msg);
if (msg.provider === "twitch") {
parseTwitchEmotes(msg);

Expand Down

0 comments on commit ac31774

Please sign in to comment.