small brace typo
This commit is contained in:
parent
0d9b85d156
commit
9328d1fa82
|
@ -47,7 +47,7 @@
|
||||||
(reset-plugin-cache!)
|
(reset-plugin-cache!)
|
||||||
(http-syslog (syslog-level debug)
|
(http-syslog (syslog-level debug)
|
||||||
"servlet-handler: clearing instance table")
|
"servlet-handler: clearing instance table")
|
||||||
(reset-instance-table!))
|
(reset-instance-table!)
|
||||||
(make-http-error-response http-status/accepted req "plugin cache cleared"))
|
(make-http-error-response http-status/accepted req "plugin cache cleared"))
|
||||||
((or (string=? request-method "GET")
|
((or (string=? request-method "GET")
|
||||||
; (string=? request-method "POST")) ; do this at later time
|
; (string=? request-method "POST")) ; do this at later time
|
||||||
|
|
Loading…
Reference in New Issue