Auto stash before checking out "HEAD"

This commit is contained in:
ben
2022-11-28 15:23:06 +02:00
committed by Vlad Stan
parent a19bb520c3
commit 7dc90177ec
2 changed files with 4 additions and 2 deletions
@@ -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()
+1 -1
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: