Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KavikaPalletenne committed Aug 2, 2024
1 parent cd96c79 commit 251b4a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/server/src/handler/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ impl UserHandler {
user: AuthUser,
Json(request_body): Json<models::user::UserDegree>,
) -> Result<impl IntoResponse, ChaosError> {
//TODO: WHy is this separate?
User::update_degree(
user.user_id,
request_body.degree_name,
Expand Down

0 comments on commit 251b4a8

Please sign in to comment.