mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement to_string method, prevent memory index overwrite on validation step
This commit is contained in:
parent
cda94cba2e
commit
c86dca53bd
10 changed files with 100 additions and 21 deletions
|
|
@ -98,7 +98,7 @@ impl Profile {
|
|||
// Init identity component
|
||||
let identity = Rc::new(match Identity::new(connection, profile_id) {
|
||||
Ok(result) => result,
|
||||
Err(reason) => todo!("{:?}", reason),
|
||||
Err(reason) => todo!("{:?}", reason.to_string()),
|
||||
});
|
||||
|
||||
// Result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue