From 2ad9f04a2d40bbe5ecefcd70f4b5d6ac0e20bc52 Mon Sep 17 00:00:00 2001 From: Jacob Fondriest Date: Fri, 13 Sep 2024 17:22:00 -0400 Subject: [PATCH] My intellij crashed and some changes got lost --- src/core/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.js b/src/core/core.js index 50566d780..21cf0b27a 100644 --- a/src/core/core.js +++ b/src/core/core.js @@ -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;