mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
awaiting fetch
This commit is contained in:
parent
a983c86885
commit
45551fa5db
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export async function POST(request: NextRequest) {
|
|||
body: JSON.stringify(validatedBody),
|
||||
});
|
||||
|
||||
console.log("Plan triggered successfully %", response);
|
||||
console.log("Plan triggered successfully, status: %", response.statusText);
|
||||
if (!response.ok) {
|
||||
console.error("Error triggering plan:", response.statusText);
|
||||
return new NextResponse(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue