Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Corina <14900841+corinagum@users.noreply.github.com>
  • Loading branch information
compulim and corinagum committed Jan 14, 2020
1 parent dfb53aa commit bfbd50d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function createCognitiveServicesSpeechServicesPonyfillFactory({
}) {
if (!credentials && (authorizationToken || region || subscriptionKey)) {
console.warn(
'botframework-webchat: "authorizationToken", "region", and "subscriptionKey" are being deprecated and will be removed on or after 2019-12-17. Please use "credentials" instead.'
'botframework-webchat: "authorizationToken", "region", and "subscriptionKey" are being deprecated and will be removed on or after 2020-12-17. Please use "credentials" instead.'
);

credentials = async () => {
Expand Down

0 comments on commit bfbd50d

Please sign in to comment.