Format: prettier (#707)

* format: prettier

* gh-actions: add prettier checkg

* actions
This commit is contained in:
calle
2022-07-05 21:14:56 +02:00
committed by GitHub
parent d55f8dc36e
commit 92887ed169
33 changed files with 516 additions and 336 deletions
@@ -119,7 +119,7 @@ new Vue({
'/splitpayments/api/v1/targets',
this.selectedWallet.adminkey,
{
"targets": this.targets
targets: this.targets
.filter(isTargetComplete)
.map(({wallet, percent, alias}) => ({wallet, percent, alias}))
}
@@ -52,8 +52,8 @@
>
<h5 class="text-caption q-mt-sm q-mb-none">Curl example</h5>
<code
>curl -X GET {{ request.base_url }}splitpayments/api/v1/targets -H "X-Api-Key: {{
user.wallets[0].inkey }}"
>curl -X GET {{ request.base_url }}splitpayments/api/v1/targets -H
"X-Api-Key: {{ user.wallets[0].inkey }}"
</code>
</q-card-section>
</q-card>