Fix linter warnings for Swift snippets

This commit is contained in:
Erdem Yerebasmaz
2024-01-25 17:09:30 +03:00
parent 0c40b26e92
commit f881f0aebc
5 changed files with 15 additions and 6 deletions

View File

@@ -16,5 +16,6 @@ func receivePayment(sdk: BlockingBreezServices) -> ReceivePaymentResponse? {
let invoice = receivePaymentResponse?.lnInvoice;
// ANCHOR_END: receive-payment
print(invoice as Any)
return receivePaymentResponse
}