diff options
Diffstat (limited to 'app/api/sync/batches')
| -rw-r--r-- | app/api/sync/batches/route.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/api/sync/batches/route.ts b/app/api/sync/batches/route.ts index 7a72530d..1f37d6e6 100644 --- a/app/api/sync/batches/route.ts +++ b/app/api/sync/batches/route.ts @@ -10,7 +10,7 @@ export async function GET(request: NextRequest) { if (!projectId) { return NextResponse.json( - { error: 'Contract ID is required' }, + { error: 'Vendor ID is required' }, { status: 400 } ) } |
