diff --git a/ic-http/src/lib.rs b/ic-http/src/lib.rs index f69990bb..26766ea9 100644 --- a/ic-http/src/lib.rs +++ b/ic-http/src/lib.rs @@ -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.