Skip to content

Commit

Permalink
fix: add auth header for stacks hook (#444)
Browse files Browse the repository at this point in the history
Fixes #438
  • Loading branch information
vabanaerytk authored Oct 11, 2023
1 parent 5e6d704 commit 3d0ad07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/chainhook-sdk/src/chainhooks/stacks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ pub fn handle_stacks_hook_action<'a>(
client
.request(method, &host)
.header("Content-Type", "application/json")
.header("Authorization", http.authorization_header.clone())
.body(body),
))
}
Expand Down

0 comments on commit 3d0ad07

Please sign in to comment.