This commit is contained in:
Frank
2025-09-16 17:49:37 -04:00
parent ef10097329
commit 8c71107a93
3 changed files with 39 additions and 2 deletions

View File

@@ -538,7 +538,6 @@ export async function handler(
async function reload() {
if (!apiKey) return
// acquire reload lock
const lock = await Database.use((tx) =>
tx
.update(BillingTable)