mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 00:19:07 -05:00
Fix compatibility with latest funcool/cuerdas version.
This commit is contained in:
parent
ec04fccf0c
commit
f46ac8154c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
(defn- contains-term?
|
||||
[phrase term]
|
||||
(str/contains? (str/lower phrase) (str/trim (str/lower term))))
|
||||
(str/includes? (str/lower phrase) (str/trim (str/lower term))))
|
||||
|
||||
(defn- filter-images-by
|
||||
[term projs]
|
||||
|
|
Loading…
Add table
Reference in a new issue