@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.cjs CHANGED
@@ -4790,7 +4790,7 @@ async function fetchEnvironmentExtensions(httpRequest, requestBody) {
4790
4790
  async function fetchExtensionsForPair(httpRequest, processId, envId, isSingleInstall) {
4791
4791
  let extensionFilter;
4792
4792
  if (isSingleInstall) {
4793
- const aFilter = queryFilter(
4793
+ extensionFilter = queryFilter(
4794
4794
  "environmentId",
4795
4795
  "EQUALS",
4796
4796
  [envId]