mirror of
https://github.com/yggdrasil-network/yggdrasil-ios.git
synced 2025-04-28 22:25:10 +03:00
Fix build
This commit is contained in:
parent
2eabf7f5ee
commit
00419e6269
5 changed files with 21 additions and 20 deletions
|
@ -189,8 +189,6 @@ class CrossPlatformAppDelegate: PlatformAppDelegate, ObservableObject {
|
|||
self.yggdrasilPublicKey = summary.publicKey
|
||||
self.yggdrasilPeers = summary.peers
|
||||
self.yggdrasilConnected = summary.peers.filter { $0.up }.count > 0
|
||||
|
||||
print("Response: \(String(data: js, encoding: .utf8))")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue