Skip to content

Commit

Permalink
Migration: adjust target blob transcript field names (#7848)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosscastro committed May 17, 2021
1 parent 58dacff commit bf978af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Composer/packages/server/src/services/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,10 @@ export class BotProjectService {
? { voiceFontName: 'en-US-AriaNeural', fallbackToTextForSpeechIfEmpty: true }
: undefined,
blobTranscript: originalProject.settings?.blobStorage?.connectionString
? originalProject.settings?.blobStorage
? {
connectionString: originalProject.settings.blobStorage.connectionString,
containerName: originalProject.settings.blobStorage.container,
}
: {},
},
telemetry: {
Expand Down

0 comments on commit bf978af

Please sign in to comment.