Skip to content

Commit

Permalink
Merge pull request #194 from teddynewell/textToSpeechFix
Browse files Browse the repository at this point in the history
Fixed failing HTTP request when synthesizing TextToSpeech
  • Loading branch information
glennrfisher committed Mar 10, 2016
2 parents e599f60 + 76a68cd commit ee74c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WatsonDeveloperCloud/TextToSpeech/TextToSpeech.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public class TextToSpeech: WatsonService {
endpoint: Constants.synthesize,
authStrategy: authStrategy,
accept: .OPUS,
contentType: .JSON,
urlParams: urlParams)

// execute request
Expand Down

0 comments on commit ee74c3f

Please sign in to comment.