Skip to content

Commit f2462f4

Browse files
committed
fix(twitch): add streamerName to database in /track
1 parent 0417109 commit f2462f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ const commands: Record<string, Command> = {
625625
const channelAdded = await addNewStreamerToTrack(
626626
platformUserId,
627627
isLive,
628+
streamerName,
628629
);
629630

630631
if (!channelAdded.success) {

0 commit comments

Comments
 (0)