Skip to content

Commit

Permalink
fix error msg js
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Oct 31, 2023
1 parent f5edbf3 commit 2b244c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/nanopub.rs
Expand Up @@ -21,7 +21,7 @@ impl JsNanopub {
) -> Result<JsNanopub, JsValue> {
Ok(Self {
np: Nanopub::new(&rdf, private_key, orcid, Some(server_url), Some(&publish))
.expect_throw("Error parsing the RDF"),
.expect_throw("Error signing the Nanopub"),
})
}

Expand Down

0 comments on commit 2b244c4

Please sign in to comment.