Skip to content

Commit

Permalink
DOCS-296: Fix typo (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennywong2129 authored Oct 25, 2024
1 parent 5f33b9f commit 7adc0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/RevAiApiDeploymentConfigConstants.ts
Original file line number Diff line number Diff line change
@@ -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([
Expand Down

0 comments on commit 7adc0de

Please sign in to comment.