Auto stash before checking out "HEAD"

This commit is contained in:
ben 2022-11-25 19:25:32 +00:00 committed by dni ⚡
parent 1a17c04246
commit 76c2a87577
2 changed files with 4 additions and 2 deletions

View File

@ -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()

View File

@ -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: