fix: api call that failed with new async call

Also update lint for recent change with frontend.db.async
This commit is contained in:
Gabriel Horner
2024-01-04 14:29:38 -05:00
parent ec916de768
commit c7ab2e763c
3 changed files with 3 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
(def file-graph-paths
"Paths _only_ for file graphs"
["src/main/frontend/handler/file_based" "src/main/frontend/handler/conversion.cljs" "src/main/frontend/handler/file_sync.cljs"
"src/main/frontend/db/file_based"
"src/main/frontend/fs"
"src/main/frontend/components/conversion.cljs" "src/main/frontend/components/file_sync.cljs"
"src/main/frontend/util/fs.cljs"