misc changes

This commit is contained in:
2025-07-27 22:45:44 +02:00
parent 0095606b60
commit 1a25e882f3
3 changed files with 13 additions and 2 deletions
+2
View File
@@ -142,3 +142,5 @@ pub fn register_request(
Err(e) => return Err(e),
}
}
fn get_request() -> Result<usize, ServerErrorResponses> {}