Skip to content

Commit

Permalink
Fiks get-i18n-attrs etter refaktorering
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Oct 10, 2023
1 parent 4ed3a30 commit d4ed161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matvaretabellen/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
(defn get-i18n-attrs [db]
(set (d/q '[:find [?a ...]
:where
[?e :dte/valueType :i18n/string]
[?e :dte/valueType :i18n/edn]
[?e :db/ident ?a]]
db)))

0 comments on commit d4ed161

Please sign in to comment.