added semicolon

This commit is contained in:
2025-09-14 02:44:34 +02:00
committed by GitHub
parent f23fd5d5f0
commit 2094c7734d

View File

@@ -67,7 +67,7 @@ export async function getExternalEmotes() {
await redis.expire('chatwidget:emotes', 60 * 15);
return Response.json(emotes);
}
};
import { HelixChatBadgeSet } from "@twurple/api";