add rt type
This commit is contained in:
parent
171df6193b
commit
e364b426e4
@ -163,7 +163,8 @@ const sendStreamNotify = async (streamer = null) => {
|
||||
on twitch."id" = rt."twitch"
|
||||
where
|
||||
twitch."id" = $1
|
||||
and line."notify" = true`
|
||||
and line."notify" = true
|
||||
and rt."type" = 'live'`
|
||||
let values = [streamer.user_id]
|
||||
rt = await db.query({
|
||||
text,
|
||||
|
Loading…
Reference in New Issue
Block a user