Add client to constructor of led_indicator

didnt do it in the beginning so it broke

Change-Id: I7ff90d88ec9c8ecc19ac95bfa1608072889446bb
Signed-off-by: Henry Speiser <henry@speiser.net>
diff --git a/y2022/control_loops/superstructure/led_indicator.cc b/y2022/control_loops/superstructure/led_indicator.cc
index 77d06fd..54b0b00 100644
--- a/y2022/control_loops/superstructure/led_indicator.cc
+++ b/y2022/control_loops/superstructure/led_indicator.cc
@@ -12,6 +12,9 @@
           event_loop->MakeFetcher<Status>("/superstructure")),
       server_statistics_fetcher_(
           event_loop->MakeFetcher<aos::message_bridge::ServerStatistics>(
+              "/roborio/aos")),
+      client_statistics_fetcher_(
+          event_loop->MakeFetcher<aos::message_bridge::ClientStatistics>(
               "/roborio/aos")) {
   led::CANdleConfiguration config;
   config.statusLedOffWhenActive = true;