Correct variable name in docstring
iteration-id, not project-id
This commit is contained in:
parent
0bca01b877
commit
12313582b8
1 changed files with 2 additions and 2 deletions
|
|
@ -491,7 +491,7 @@ If set to nil, will never create stories with labels")
|
||||||
(alist-get 'id)))
|
(alist-get 'id)))
|
||||||
|
|
||||||
(defcache org-clubhouse-iterations
|
(defcache org-clubhouse-iterations
|
||||||
"Returns iterations as (project-id . name)"
|
"Returns iterations as (iteration-id . name)"
|
||||||
(org-clubhouse-fetch-as-id-name-pairs "iterations"))
|
(org-clubhouse-fetch-as-id-name-pairs "iterations"))
|
||||||
|
|
||||||
(defun org-clubhouse-stories-in-project (project-id)
|
(defun org-clubhouse-stories-in-project (project-id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue