Remove unused :me/* attributes

These were removed in b3f67c69b1.
Also removed related, unused spec
This commit is contained in:
Gabriel Horner
2022-05-23 11:13:55 -04:00
parent 89d73bc178
commit 11d3d5b3cd
8 changed files with 28 additions and 46 deletions

View File

@@ -321,7 +321,7 @@
(search/reset-indice! repo)
(db/remove-conn! repo)
(db/clear-query-state!)
(db/start-db-conn! (state/get-me) repo)
(db/start-db-conn! repo)
(p/let [_ (reload-dir! repo true)
_ (ok-handler)]
(state/set-nfs-refreshing! false))))