pipe-kan 0.24.1 → 0.24.2

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/pipe-kan.js CHANGED
@@ -989,6 +989,10 @@ function createApp(opts) {
989
989
  }
990
990
  },
991
991
  async children(epic) {
992
+ const listed = issuesToBoard(epicsPayload).epics;
993
+ if (!listed.some((e) => e.key === epic)) {
994
+ return { columns: [], epics: [] };
995
+ }
992
996
  if (hasChildrenCache) {
993
997
  const cards = Object.fromEntries(Object.entries(columnsOf(childrenRaw)).map(([title, list]) => [
994
998
  title,