From 97ea7455a7e7052449efd3d3a385ea65dcc4a69a Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Tue, 30 May 2023 08:52:40 -0400 Subject: [PATCH] remove spot kill as it produces redundant data --- services/websocket/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/websocket/src/main.rs b/services/websocket/src/main.rs index 4ac342d..0db3098 100644 --- a/services/websocket/src/main.rs +++ b/services/websocket/src/main.rs @@ -27,7 +27,7 @@ async fn send_init(tx: futures::channel::mpsc::UnboundedSender) { let worlds: Vec<&str> = worlds_raw.split(',').collect(); let experience_ids = vec![ - 2, 3, 4, 5, 6, 7, 34, 36, 51, 53, 54, 55, 57, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, + 2, 3, 4, 5, 6, 7, 34, 51, 53, 55, 57, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 201, 233, 293, 294, 302, 303, 353, 354, 355, 438, 439, 503, 505, 579, 581, 584, 653, 656, 674, 675,