Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev committed Oct 6, 2023
1 parent 9f088fa commit 7330659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vercel/artifact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ impl ArtifactPutRequest {

let headers = self.0.get_headers("PUT", Some(content_len));

dbg!(headers);
dbg!(&headers);

let response = dbg!(client
.put(&self.0.url)
Expand Down

0 comments on commit 7330659

Please sign in to comment.