From 5bf70a6516768a65029de162949a265ca9daa880 Mon Sep 17 00:00:00 2001 From: itzaname Date: Fri, 29 Nov 2024 08:08:23 +0000 Subject: [PATCH] Autogenerated update for https://git.itzana.me/StrafesNET/protobufs/compare/fab429fc741b3521578fe599f3626188a7be1f10...2ca53038ef12148c0e4f40f8e481d917a087911c --- auth/auth.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/auth.rs b/auth/auth.rs index 7280d1e..a92fb94 100644 --- a/auth/auth.rs +++ b/auth/auth.rs @@ -13,6 +13,7 @@ pub struct IdMessage { pub struct SessionUserResponse { #[prost(uint64, tag="1")] #[serde(rename = "UserID")] + #[serde(rename = "UserID")] pub user_id: u64, #[prost(string, tag="2")] pub username: ::prost::alloc::string::String,