fix: restore report creation and sidebar alignment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user