Format: prettier (#707)
* format: prettier * gh-actions: add prettier checkg * actions
This commit is contained in:
@@ -4,10 +4,9 @@
|
||||
Tip Jar: Receive tips with messages!
|
||||
</h4>
|
||||
<p>
|
||||
Your personal Bitcoin tip page, which supports
|
||||
lightning and on-chain payments.
|
||||
Notifications, including a donation message,
|
||||
can be sent via webhook.
|
||||
Your personal Bitcoin tip page, which supports lightning and on-chain
|
||||
payments. Notifications, including a donation message, can be sent via
|
||||
webhook.
|
||||
<small>
|
||||
Created by, <a href="https://github.com/Fittiboy">Fitti</a></small
|
||||
>
|
||||
|
||||
@@ -322,11 +322,7 @@
|
||||
var self = this
|
||||
|
||||
LNbits.api
|
||||
.request(
|
||||
'GET',
|
||||
'/tipjar/api/v1/tips',
|
||||
this.g.user.wallets[0].inkey
|
||||
)
|
||||
.request('GET', '/tipjar/api/v1/tips', this.g.user.wallets[0].inkey)
|
||||
.then(function (response) {
|
||||
self.tips = response.data.map(function (obj) {
|
||||
return mapTipJar(obj)
|
||||
|
||||
Reference in New Issue
Block a user