diff --git a/scripts/probe-subscription-endpoints.ts b/scripts/probe-subscription-endpoints.ts index cfab5277d..8bb647517 100644 --- a/scripts/probe-subscription-endpoints.ts +++ b/scripts/probe-subscription-endpoints.ts @@ -119,7 +119,7 @@ async function main(): Promise { const baseUrl = getOauthConfig().BASE_API_URL const { origin: baseOrigin } = new URL(baseUrl) console.log(`base: ${baseOrigin}`) - console.log(`orgUUID: ${orgUUID.slice(0, 8)}…\n`) + console.log(`orgUUID: ${orgUUID.slice(0, 4)}…\n`) console.log( ' STATUS PATH BETA HEADER RESPONSE PREVIEW', )