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