@axiom-lattice/gateway 2.1.72 → 2.1.73

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.mjs CHANGED
@@ -1743,7 +1743,7 @@ async function getDefinitionsFromAssistants(tenantId) {
1743
1743
  if (!def || def.type !== "processing") continue;
1744
1744
  if (!def.middleware) continue;
1745
1745
  for (const mw of def.middleware) {
1746
- if (mw.type === "topology" && mw.enabled && mw.config?.edges?.length > 0) {
1746
+ if (mw.type === "topology" && mw.enabled) {
1747
1747
  results.push({
1748
1748
  assistantId: a.id,
1749
1749
  assistantName: a.name,