Skip to content

Commit 69354bb

Browse files
committed
Revert
1 parent baa424d commit 69354bb

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/fluent-theme/src/external.umd/react-dom.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/test/page-object/src/globals/testHelpers/token/fetchSpeechServicesCredentials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function createFetchSpeechServicesCredentials() {
22
let expireAfter = 0;
33
let resultPromise;
44

5-
return (url = 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0.westus.azurecontainerapps.io/api/token/speech/msi') => {
5+
return (url = 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0.westus.azurecontainerapps.io/api/token/speech') => {
66
if (!resultPromise || Date.now() > expireAfter) {
77
expireAfter = Date.now() + 5000;
88
resultPromise = fetch(url, { method: 'POST' })

0 commit comments

Comments
 (0)