Skip to content

Commit

Permalink
removed the undocumented tumonline_room_nr from the public api
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 2, 2024
1 parent c38f2ba commit 15e0dbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/src/locations/details.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@ struct Props {
/// - 'https://campus.tum.de/tumonline/tvKalender.wSicht?cOrg=19691&cRes=12559&cReadonly=J'
#[serde(skip_serializing_if = "Option::is_none")]
calendar_url: Option<String>,
/// TODO: document in openapi
#[serde(skip_serializing_if = "Option::is_none")]
tumonline_room_nr: Option<u32>,
}

#[derive(Serialize, Deserialize, Debug)]
Expand Down

0 comments on commit 15e0dbb

Please sign in to comment.