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
@@ -381,10 +381,10 @@
getTickets: function () {
var self = this
LNbits.api
.request(
'GET',
'/events/api/v1/tickets?all_wallets=true',
this.g.user.wallets[0].inkey
.request(
'GET',
'/events/api/v1/tickets?all_wallets=true',
this.g.user.wallets[0].inkey
)
.then(function (response) {
console.log(response)