Skip to content

Commit 1f3ec4e

Browse files
committed
merge in develop, encrypt credentials
2 parents 35fe4e1 + 6447b88 commit 1f3ec4e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Config.json.enc

0 Bytes
Binary file not shown.

Examples/ServiceExamples/Scripts/ExampleSpeechToText.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ private IEnumerator Examples()
259259
// yield return null;
260260

261261
// Delete custom word
262-
Log.Debug("ExampleSpeechToText", "Attempting to delete custom word {1} in customization {0}", _createdCustomizationID, words.words[2].word);
262+
Log.Debug("ExampleSpeechToText.Examples()", "Attempting to delete custom word {1} in customization {0}", _createdCustomizationID, words.words[2].word);
263263
_speechToText.DeleteCustomWord(HandleDeleteCustomWord, _createdCustomizationID, words.words[2].word);
264264
while (!_deleteCustomWordTested)
265265
yield return null;

0 commit comments

Comments
 (0)