fix(api): incorrect error message for invalid uuidv4 client ID (#291)
This commit is contained in:
@@ -73,7 +73,7 @@ export async function validateSdkRequest(
|
|||||||
clientId,
|
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);
|
const client = await getClientByIdCached(clientId);
|
||||||
|
|||||||
Reference in New Issue
Block a user