oops delete errors

This commit is contained in:
2026-01-06 16:50:10 -05:00
parent b234753eb8
commit 47acd93cfc
2 changed files with 8 additions and 9 deletions

View File

@@ -29,8 +29,9 @@
(defun string->bool (s)
(if (string-equal (string-downcase s) "true") t nil))
(defun find-string (str seq)
(sequence:find str seq :test #'string-equal))
(find str seq :test #'string-equal))
(defclass data-source ()
((cache :initform nil :accessor cache)