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,7 +1,7 @@
|
||||
import { staticBackup } from "@breeztech/react-native-breez-sdk"
|
||||
import { staticBackup } from '@breeztech/react-native-breez-sdk'
|
||||
|
||||
const exampleStaticBackup = async () => {
|
||||
// ANCHOR: static-channel-backup
|
||||
let backupData = await staticBackup({ workingDir: "<working directory>" })
|
||||
// ANCHOR_END: static-channel-backup
|
||||
// ANCHOR: static-channel-backup
|
||||
const backupData = await staticBackup({ workingDir: '<working directory>' })
|
||||
// ANCHOR_END: static-channel-backup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user