fix: restore report creation and sidebar alignment
Staging Backend Quality Gate / validate (push) Successful in 10m2s
Staging Backend Quality Gate / publish (push) Successful in 8m11s

This commit is contained in:
Jesse_Chen
2026-08-10 17:33:18 +08:00
parent 07ea504e91
commit 22bbf8abf2
5 changed files with 39 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ export async function POST(request: Request) {
})
.eq("user_id", userId)
.eq("status", "generating")
.lt("updated_at", staleBefore);
.lte("updated_at", staleBefore);
if (error) throw error;
}