Skip to content

Commit ef56977

Browse files
committed
test
1 parent a6f2a24 commit ef56977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@
179179
(jsown:val msg "id")
180180
(jsown:to-json (config-to-obj config))))
181181
((equal (jsown:val msg "method") "inga/updateConfig")
182-
(when (jsown:val (jsown:val msg "params") "servers")
183-
(setf config (obj-to-config (jsown:val (jsown:val msg "params") "servers")))
182+
(when (jsown:val msg "params")
183+
(setf config (obj-to-config (jsown:val msg "params")))
184184
(setf inga/analyzer/base::*config* config)
185185
(with-open-file (out (merge-pathnames ".inga.yml" output-path)
186186
:direction :output

0 commit comments

Comments
 (0)