Skip to content

Commit

Permalink
remore header
Browse files Browse the repository at this point in the history
  • Loading branch information
The-DevBlog committed Jul 31, 2024
1 parent 5ffd5ad commit 0395775
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/pages/post_add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ pub fn add_post() -> Html {
let devblog_status = devblog_status.clone();

let hdrs = helpers::create_auth_header(&token);
hdrs.append("Content-Type", "multipart/form-data");
let form_data = FormData::new().unwrap();
let _ = form_data.append_with_str("description", &description);
let _ = form_data.append_with_str("postToDiscord", &discord.to_string());
Expand Down

0 comments on commit 0395775

Please sign in to comment.