Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
wiazur authored Oct 5, 2019
1 parent d597cd6 commit cfb45cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Samples/newsSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const CognitiveServicesCredentials = require('ms-rest-azure').CognitiveServicesC

// Add your Bing Search V7 subscription key to your environment variables.
let subscriptionKey = process.env['BING_SEARCH_V7_SUBSCRIPTION_KEY']
// Add your Bing Entity Search subscription key to your environment variables.
if (subscriptionKey == null || subscriptionKey == "" || subscriptionKey == undefined) {
throw new Error('Set/export your subscription key as an environment variable.');
}
Expand Down

0 comments on commit cfb45cb

Please sign in to comment.