This commit is contained in:
Nicholas Koben Kao
2024-01-24 12:53:43 -08:00
parent b1e9bcc4e6
commit eb04f246a4
4 changed files with 12 additions and 3 deletions
@@ -19,6 +19,7 @@ export async function POST(request: Request) {
if (!data || error) return error;
const { checkpoint_id, error_log, status, folder_path } = data;
console.log( checkpoint_id, error_log, status, folder_path )
if (status === "success") {
await db