mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
handle construction results, separate index methods
This commit is contained in:
parent
e60a00c500
commit
611addda42
9 changed files with 105 additions and 40 deletions
|
|
@ -96,7 +96,7 @@ impl Profile {
|
|||
// Result
|
||||
Self {
|
||||
bookmark: Rc::new(Bookmark::new(connection.clone(), profile_id.clone())),
|
||||
identity: Rc::new(Identity::new(connection, profile_id)),
|
||||
identity: Rc::new(Identity::new(connection, profile_id).unwrap()), // @TODO handle
|
||||
database,
|
||||
config_path,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue