mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
fix: sql insert
This commit is contained in:
parent
e818f34888
commit
3d314eae38
1 changed files with 1 additions and 2 deletions
|
@ -52,7 +52,6 @@ async def create_charge(user: str, data: CreateCharge) -> Charges:
|
|||
completelinktext,
|
||||
time,
|
||||
amount,
|
||||
custom_css,
|
||||
balance,
|
||||
extra,
|
||||
custom_css,
|
||||
|
@ -73,9 +72,9 @@ async def create_charge(user: str, data: CreateCharge) -> Charges:
|
|||
data.completelinktext,
|
||||
data.time,
|
||||
data.amount,
|
||||
data.custom_css,
|
||||
0,
|
||||
data.extra,
|
||||
data.custom_css,
|
||||
),
|
||||
)
|
||||
return await get_charge(charge_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue