Skip to content

Commit

Permalink
fix(): removed testing template
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Dec 20, 2024
1 parent 1809705 commit dda78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/web-plugins/oob-messages/src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ where

let did = diddoc.id.clone();
let oob_message = OobMessage::new(&did);
let url: &String = &format!("http://{}", server_public_domain);
let url: &String = &format!("{}", server_public_domain);
let oob_url = OobMessage::serialize_oob_message(&oob_message, url)
.map_err(|err| format!("Serialization error: {err}"))?;

Expand Down

0 comments on commit dda78f5

Please sign in to comment.