Skip to content

Commit

Permalink
rm TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Apr 12, 2024
1 parent 3c6ea75 commit 39dc69c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,6 @@ The cache has a TTL as defined by
Returns the passed-in list of namespaces."
(add-to-list 'kele--namespaces-cache `(,(intern context) . ,namespace-names))
(let ((ttl (kele--get-cache-ttl-for-resource 'namespace)))
;; TODO: Test :never
(when (and ttl (not (eq ttl :never)))
(run-with-timer
(kele--get-cache-ttl-for-resource 'namespace)
Expand Down

0 comments on commit 39dc69c

Please sign in to comment.