Added back custom_css

This commit is contained in:
ben
2022-12-01 12:21:25 +01:00
committed by dni ⚡
parent 003288e19d
commit 742bbc9112
+2 -1
View File
@@ -52,12 +52,13 @@ async def create_charge(user: str, data: CreateCharge) -> Charges:
completelink,
completelinktext,
time,
custom_css,
amount,
balance,
extra,
custom_css,
)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
""",
(
charge_id,