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:
@@ -16,5 +16,6 @@ func receivePayment(sdk: BlockingBreezServices) -> ReceivePaymentResponse? {
|
||||
|
||||
let invoice = receivePaymentResponse?.lnInvoice;
|
||||
// ANCHOR_END: receive-payment
|
||||
print(invoice as Any)
|
||||
return receivePaymentResponse
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user