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,12 +1,12 @@
|
||||
import { sendSpontaneousPayment } from "@breeztech/react-native-breez-sdk"
|
||||
import { sendSpontaneousPayment } from '@breeztech/react-native-breez-sdk'
|
||||
|
||||
const exampleSendSpontaneousPayment = async () => {
|
||||
// ANCHOR: send-spontaneous-payment
|
||||
const nodeId = "..."
|
||||
// ANCHOR: send-spontaneous-payment
|
||||
const nodeId = '...'
|
||||
|
||||
const sendPaymentResponse = await sendSpontaneousPayment({
|
||||
nodeId,
|
||||
amountMsat: 3000000
|
||||
})
|
||||
// ANCHOR_END: send-spontaneous-payment
|
||||
const sendPaymentResponse = await sendSpontaneousPayment({
|
||||
nodeId,
|
||||
amountMsat: 3000000
|
||||
})
|
||||
// ANCHOR_END: send-spontaneous-payment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user