Skip to content

Commit

Permalink
fix ic-http doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymar committed Apr 3, 2024
1 parent 8dc7528 commit 8bb50eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
//! status: raw.response.status.clone(),
//! ..Default::default()
//! };
//! if response.status == 200 {
//! if response.status == 200_u8 {
//! let original = parse_json(raw.response.body);
//!
//! // Extract the author from the JSON response.
Expand Down

0 comments on commit 8bb50eb

Please sign in to comment.