mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
committed by
GitHub
parent
1c95310a66
commit
cea7024de1
+1
-1
@@ -88,7 +88,7 @@ impl Identity {
|
||||
};
|
||||
let (github, discord) = additional
|
||||
.as_ref()
|
||||
.and_then(|vec| vec.get(0))
|
||||
.and_then(|vec| vec.first())
|
||||
.map(|(g, d)| (g.clone(), d.clone()))
|
||||
.unwrap_or((Data::None, Data::None));
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user