borrow here
This commit is contained in:
parent
3e38511e78
commit
2471dff87e
@ -350,9 +350,9 @@ impl MathApp {
|
|||||||
"Integration name: {} Url: {:?}",
|
"Integration name: {} Url: {:?}",
|
||||||
cc.integration_info.name,
|
cc.integration_info.name,
|
||||||
if let Some(url) = &cc.integration_info.web_info {
|
if let Some(url) = &cc.integration_info.web_info {
|
||||||
url.location.url.clone()
|
&url.location.url
|
||||||
} else {
|
} else {
|
||||||
"N/A".to_owned()
|
"N/A"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user