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