From b7161e26143a29c8693c5c2544f83d8bb7c480f9 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 28 Oct 2024 21:51:14 +0000 Subject: [PATCH] todo: added note --- src/common/wolves.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/wolves.rs b/src/common/wolves.rs index 0560b27..5759104 100644 --- a/src/common/wolves.rs +++ b/src/common/wolves.rs @@ -63,6 +63,7 @@ pub mod cns { #[derive(Deserialize, Serialize, Debug)] struct WolvesResultUser { + // TODO: Might be worth trying to get this replaced with the club/soc ID? committee: String, member_id: String, first_name: String,