Skip to content

Commit a1850e7

Browse files
committed
Fix query repoMap check
1 parent b5a1118 commit a1850e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eca/features/chat.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
root-dirs (mapv (fn [{:keys [uri]}] {:type "directory"
294294
:path (shared/uri->filename uri)})
295295
(:workspace-folders @db*))
296-
all-contexts (concat [{:type :repoMap}]
296+
all-contexts (concat [{:type "repoMap"}]
297297
root-dirs
298298
all-subfiles-and-dirs)]
299299
{:chat-id chat-id

0 commit comments

Comments
 (0)