Auto stash before checking out "HEAD"
This commit is contained in:
parent
1a17c04246
commit
76c2a87577
2 changed files with 4 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue