add rt type
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user