mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix default value
This commit is contained in:
parent
25e505c9fb
commit
e61b6c400a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ impl Reference {
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
None => String::new(),
|
None => address.into(),
|
||||||
},
|
},
|
||||||
UriFlags::NONE,
|
UriFlags::NONE,
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue