format react with linter

This commit is contained in:
Jesse de Wit
2023-11-10 21:26:19 +01:00
committed by ok300
parent 48fe09ea98
commit 707a11c3fa
12 changed files with 207 additions and 207 deletions

View File

@@ -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
}