Skip to content

Commit

Permalink
Even more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTheSquid committed Dec 6, 2024
1 parent 3aed111 commit 6114644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl PrinterEvent {

pub async fn post_event(event: PrinterEvent) -> anyhow::Result<()> {
let url = "https://api.purduehackers.com/printer/print";
let tls = generate_tls(url).await?;
let mut tls = generate_tls(url).await?;

let request = Request::builder()
.method("POST")
Expand Down

0 comments on commit 6114644

Please sign in to comment.