From 7adc0de2e0491a48c876dc01e92c927ec6a87af2 Mon Sep 17 00:00:00 2001 From: jennywong2129 <36487504+jennywong2129@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:41:30 -0700 Subject: [PATCH] DOCS-296: Fix typo (#285) --- src/models/RevAiApiDeploymentConfigConstants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/RevAiApiDeploymentConfigConstants.ts b/src/models/RevAiApiDeploymentConfigConstants.ts index cdb89d74..3dc17d81 100644 --- a/src/models/RevAiApiDeploymentConfigConstants.ts +++ b/src/models/RevAiApiDeploymentConfigConstants.ts @@ -1,7 +1,7 @@ /* eslint-disable no-shadow */ export enum RevAiApiDeployment { - US = 'application/vnd.rev.transcript.v1.0+json', - EU = 'text/plain' + US = 'US', + EU = 'EU' } export const RevAiApiDeploymentConfigMap = new Map([