Skip to content

Commit

Permalink
chore(formatting): Fixed formatting mistakes (#1337)
Browse files Browse the repository at this point in the history
fixed formatting mistakes have sneaked into prod

Co-authored-by: CommanderStorm <[email protected]>
  • Loading branch information
github-actions[bot] and CommanderStorm authored Jul 20, 2024
1 parent f02edb3 commit de9e1db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions server/main-api/src/feedback/post_feedback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ pub async fn send_feedback(
.body("Using this endpoint without accepting the privacy policy is not allowed");
};

github::open_issue(
&req_data.subject,
&req_data.body,
parse_labels(&req_data),
)
.await
github::open_issue(&req_data.subject, &req_data.body, parse_labels(&req_data)).await
}

fn parse_labels(req_data: &Json<FeedbackPostData>) -> Vec<String> {
Expand Down

0 comments on commit de9e1db

Please sign in to comment.