This commit is contained in:
Frank
2025-10-31 15:09:46 -04:00
parent 96bdeb3c7b
commit 6cff306be1
2 changed files with 0 additions and 4 deletions

View File

@@ -97,8 +97,6 @@ export async function POST(input: APIEvent) {
? {}
: {
reload: true,
reloadTrigger: Billing.CHARGE_THRESHOLD_DOLLAR,
reloadAmount: Billing.CHARGE_AMOUNT_DOLLAR,
reloadError: null,
timeReloadError: null,
}),

View File

@@ -28,8 +28,6 @@ const setReload = action(async (form: FormData) => {
reload: reloadValue,
...(reloadValue
? {
reloadTrigger: Billing.CHARGE_THRESHOLD_DOLLAR,
reloadAmount: Billing.CHARGE_AMOUNT_DOLLAR,
reloadError: null,
timeReloadError: null,
}