Skip to content

Commit 7adc0de

Browse files
DOCS-296: Fix typo (#285)
1 parent 5f33b9f commit 7adc0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/RevAiApiDeploymentConfigConstants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-shadow */
22
export enum RevAiApiDeployment {
3-
US = 'application/vnd.rev.transcript.v1.0+json',
4-
EU = 'text/plain'
3+
US = 'US',
4+
EU = 'EU'
55
}
66

77
export const RevAiApiDeploymentConfigMap = new Map([

0 commit comments

Comments
 (0)