mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-04 23:44:13 +00:00
remove extra reference
This commit is contained in:
parent
67f2eace55
commit
65237abee0
@ -81,7 +81,7 @@ impl Page {
|
||||
|
||||
let status = Rc::new(RefCell::new(Status::New { time: now() }));
|
||||
|
||||
let client = Rc::new(Client::init(&profile, {
|
||||
let client = Rc::new(Client::init(profile, {
|
||||
let id = id.clone();
|
||||
let status = status.clone();
|
||||
let update = browser_action.update.clone();
|
||||
|
Loading…
x
Reference in New Issue
Block a user