mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
format react with linter
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { receivePayment } from "@breeztech/react-native-breez-sdk"
|
||||
import { receivePayment } from '@breeztech/react-native-breez-sdk'
|
||||
|
||||
const exampleReceiveLightningPayment = async () => {
|
||||
// ANCHOR: receive-payment
|
||||
const invoice = await receivePayment({
|
||||
amountMsat: 3000000,
|
||||
description: "Invoice for 3000 sats"
|
||||
})
|
||||
// ANCHOR_END: receive-payment
|
||||
// ANCHOR: receive-payment
|
||||
const invoice = await receivePayment({
|
||||
amountMsat: 3000000,
|
||||
description: 'Invoice for 3000 sats'
|
||||
})
|
||||
// ANCHOR_END: receive-payment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user