mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
Auto stash before checking out "HEAD"
This commit is contained in:
parent
1a17c04246
commit
76c2a87577
@ -949,7 +949,9 @@
|
||||
},
|
||||
created: async function () {
|
||||
console.log(this.admin)
|
||||
await this.getThemes()
|
||||
if(this.admin == "True"){
|
||||
await this.getThemes()
|
||||
}
|
||||
await this.getCharges()
|
||||
await this.getWalletConfig()
|
||||
await this.getWalletLinks()
|
||||
|
@ -143,7 +143,7 @@ async def api_charge_balance(charge_id):
|
||||
try:
|
||||
r = await client.post(
|
||||
charge.webhook,
|
||||
json=compact_charge(charge),
|
||||
json=public_charge(charge),
|
||||
timeout=40,
|
||||
)
|
||||
except AssertionError:
|
||||
|
Loading…
Reference in New Issue
Block a user