Skip to content

Commit

Permalink
My intellij crashed and some changes got lost
Browse files Browse the repository at this point in the history
  • Loading branch information
Fondryext committed Sep 13, 2024
1 parent 3bc62d0 commit 2ad9f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default class Core {
* Determines the cloud choice of the api endpoints used when making search requests.
* @type {string}
*/
this._cloudChoice = config.cloudChoice || CloudChoice.GLOBAL_MULTI;
this._cloudChoice = config.cloudChoice || GLOBAL_MULTI;

/** @type {string} */
this._verticalKey = config.verticalKey;
Expand Down

0 comments on commit 2ad9f04

Please sign in to comment.