gramene-search 1.2.83 → 1.2.85

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.
@@ -1,2 +1,2 @@
1
- 485962153
2
- 1699383538547414000
1
+ 561725301
2
+ 1699977440481004000
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/index.js CHANGED
@@ -1307,6 +1307,7 @@ const $671312b287158a8a$var$grameneDocs = {
1307
1307
  type: "GRAMENE_PATHWAYS_REQUESTED",
1308
1308
  payload: newIds
1309
1309
  });
1310
+ if (newIds.length === 1) newIds.push(0);
1310
1311
  fetch(`${store.selectGrameneAPI()}/pathways?idList=${newIds.join(",")}`).then((res)=>res.json()).then((res)=>{
1311
1312
  let pathways = {};
1312
1313
  res.forEach((p)=>{