diff options
Diffstat (limited to 'src/bt.rs')
-rw-r--r-- | src/bt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ pub enum Legend { } impl Legend { - pub fn get_api_id(self) -> Option<String> { + pub fn api_id(self) -> Option<String> { Some( match self { Legend::None => return None, |