diff --git a/apps/api/src/utils/auth.ts b/apps/api/src/utils/auth.ts index 23e8758f..05df0513 100644 --- a/apps/api/src/utils/auth.ts +++ b/apps/api/src/utils/auth.ts @@ -73,7 +73,7 @@ export async function validateSdkRequest( clientId, ) ) { - throw createError('Ingestion: Clean ID must be a valid UUIDv4'); + throw createError('Ingestion: Client ID must be a valid UUIDv4'); } const client = await getClientByIdCached(clientId);