@boomi/embedkit-sdk 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4373,7 +4373,7 @@ async function fetchEnvironmentExtensions(httpRequest, requestBody) {
4373
4373
  async function fetchExtensionsForPair(httpRequest, processId, envId, isSingleInstall) {
4374
4374
  let extensionFilter;
4375
4375
  if (isSingleInstall) {
4376
- const aFilter = queryFilter(
4376
+ extensionFilter = queryFilter(
4377
4377
  "environmentId",
4378
4378
  "EQUALS",
4379
4379
  [envId]