Merge pull request #137 from bendersteed/main

remove spurious parenthesis from #136
This commit is contained in:
David Botton 2022-05-18 21:35:49 -04:00 committed by GitHub
commit dec0eef95b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@
data)))
(cadar data))
(mapcar #'second data))))
(results-window app "select changes()" :title table)))))
(results-window app "select changes()" :title table))))
(defun on-query-tables (obj)
(let ((app (connection-data-item obj "app-data")))