summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-23 13:58:08 +0200
committerThanos Apollo <[email protected]>2023-12-23 13:58:08 +0200
commita2536f6851e721b893a14f9b1b70f76a119f4950 (patch)
treeba4f1075cc426553aa5462a303b0e4402c94f912
parent3ede54117d2222c41e960d8411aa26e34c52cd49 (diff)
gnosis-review: remove testing for id
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index d227252..8d91c21 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -165,7 +165,7 @@ TAGS are used to organize questions."
SUCCESS is a binary value, 1 = success, 0 = failure.
Returns a list of the form ((yyyy mm dd) ef)."
(let ((ff gnosis-algorithm-ff)
- (ef (nth 2 (gnosis-get 'ef 'review `(= id 1)))))
+ (ef (nth 2 (gnosis-get 'ef 'review `(= id ,id)))))
(gnosis-algorithm-next-interval (gnosis-review--get-offset id)
(gnosis-get 'n 'review-log `(= id ,id))
ef