Skip to content

Commit

Permalink
fix CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Jan 13, 2025
1 parent 6676eaf commit 40d5da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalyst-gateway/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true
cardano-chain-follower = {version = "0.0.6", git = "https://github.com/input-output-hk/catalyst-libs.git", tag="v0.0.10" }
c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.3" }
rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.8" }
catalyst-signed-doc = { git = "https://github.com/input-output-hk/catalyst-libs.git", branch = "fix/replace-ulid-with-uuidv7" }
catalyst-signed-doc = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", branch = "fix/replace-ulid-with-uuidv7" }


pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub(crate) async fn endpoint(doc_bytes: Vec<u8>) -> AllResponses {
Ok(payload) => Some(payload),
Err(e) => {
return Responses::BadRequest(Json(PutDocumentBadRequest::new(format!(
"Ivalid Document Content, not Json encoded: {e}"
"Invalid Document Content, not Json encoded: {e}"
))))
.into()
},
Expand Down

0 comments on commit 40d5da4

Please sign in to comment.