summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander_Kabui2022-10-26 14:06:25 +0300
committerAlexander_Kabui2022-10-26 14:06:25 +0300
commitdd7a12d9d18931f47feb5219d0bfb42bd8fbcb3b (patch)
tree3f531a266a8af845b458042a3b4a85d5e1873ae6
parent980f8e4995f762a31ad39306999b8b43f4197b67 (diff)
downloadgn-gemtext-dd7a12d9d18931f47feb5219d0bfb42bd8fbcb3b.tar.gz
update issue:querying for dataset twice
-rw-r--r--issues/dataset_queried_twice.gmi7
1 files changed, 7 insertions, 0 deletions
diff --git a/issues/dataset_queried_twice.gmi b/issues/dataset_queried_twice.gmi
index d453261..50225ff 100644
--- a/issues/dataset_queried_twice.gmi
+++ b/issues/dataset_queried_twice.gmi
@@ -17,3 +17,10 @@ the dataset is queried twice:
* once in the call to GeneralTrait (line 42) - lines 67 to 74
Maybe, pass the dataset created in lines 30 to 33 to GeneralTrait to avoid re-querying the data.
+
+
+## Note 26/10/22
+
+Pr that fixes the issue:
+
+=> https://github.com/genenetwork/genenetwork2/pull/740