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"
|
on twitch."id" = rt."twitch"
|
||||||
where
|
where
|
||||||
twitch."id" = $1
|
twitch."id" = $1
|
||||||
and line."notify" = true`
|
and line."notify" = true
|
||||||
|
and rt."type" = 'live'`
|
||||||
let values = [streamer.user_id]
|
let values = [streamer.user_id]
|
||||||
rt = await db.query({
|
rt = await db.query({
|
||||||
text,
|
text,
|
||||||
|
Loading…
Reference in New Issue
Block a user