oops delete errors
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user