Changed an argument to a reference
This commit is contained in:
parent
f29aca941b
commit
bb2122db6b
5 changed files with 8 additions and 8 deletions
|
@ -68,7 +68,7 @@ where
|
|||
for (id, cal_server) in cals_server {
|
||||
let mut cal_server = cal_server.lock().unwrap();
|
||||
|
||||
let cal_local = match self.local.get_calendar(id).await {
|
||||
let cal_local = match self.local.get_calendar(&id).await {
|
||||
None => {
|
||||
log::error!("TODO: implement here");
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue