Skip to content

Commit

Permalink
switch exp date in wasm lib
Browse files Browse the repository at this point in the history
  • Loading branch information
S3bb1 committed Nov 27, 2023
1 parent efa4e9c commit 948f47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ cfg_if::cfg_if! {
pub async fn helper_create_self_issued_credential(
schema_did: String,
credential_subject_str: String,
exp_date: Option<String>,
issuer_did: String,
exp_date: Option<String>,
) -> Result<String, JsValue> {
let mut vade_evan = get_vade_evan(None).map_err(jsify_generic_error)?;
Ok(vade_evan
Expand Down

0 comments on commit 948f47f

Please sign in to comment.