mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Fix linter warnings for Swift snippets
This commit is contained in:
@@ -13,6 +13,7 @@ func getLspInfo(sdk: BlockingBreezServices) -> LspInformation?{
|
||||
let lspId = try? sdk.lspId()
|
||||
let lspInfo = try? sdk.lspInfo()
|
||||
// ANCHOR_END: get-lsp-info
|
||||
print(lspId as Any)
|
||||
return lspInfo
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user