From 04b4a01b0af97f7d2d74488c2cf951f31c7e1150 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 13 Dec 2022 19:21:15 +0200 Subject: [PATCH] add marco threads to WC leaderboard --- files/routes/special.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/special.py b/files/routes/special.py index fc9b8b146..378afb28d 100644 --- a/files/routes/special.py +++ b/files/routes/special.py @@ -13,7 +13,7 @@ WITH bet_options AS ( SELECT option_id, COUNT(*) FROM submission_option_votes GROUP BY option_id ) AS cnt ON so.id = cnt.option_id - WHERE p.author_id = 30 AND p.created_utc > 1668953400 + WHERE p.author_id in (30,152) AND p.created_utc > 1668953400 AND so.exclusive IN (2, 3) ), submission_payouts AS (