forget to add
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
5323363b35
commit
25d0a37aa8
@ -59,7 +59,7 @@ impl Health {
|
||||
}
|
||||
|
||||
pub fn name_as_string(&self) -> String {
|
||||
match self.name {
|
||||
match &self.name {
|
||||
Some(name) => name.clone(),
|
||||
None => OghamCenter::default().to_string(),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user