From db2c25b6ecb95ac6fcc1317219ecd92f2d3c70eb Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Sat, 8 Jun 2024 16:46:34 -0500 Subject: [PATCH] Oops --- src/router/lottery.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/lottery.rs b/src/router/lottery.rs index 86e9389..48cffc4 100644 --- a/src/router/lottery.rs +++ b/src/router/lottery.rs @@ -121,7 +121,7 @@ pub fn lottery_post(req: HttpRequest, body: String) -> Option { let mut count = price["count"].as_usize().unwrap(); // This is a temporary easter egg, not meant to stay - if body["master_lottery_price_number"] == 4110044 { + if lottery_id == 4110044 { count = 30; }