Skip to content

Commit dca213b

Browse files
committed
Repeat commit?
1 parent 2035521 commit dca213b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/xapi_schema/spec.cljc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@
106106
(s/def ::language-map
107107
(s/map-of ::language-tag
108108
::language-map-text
109-
:gen-max 3
110-
;; Technically, empty language maps are allowed under the xAPI spec.
111-
;; However, they are nonsensical in most contexts and will not
112-
;; work in downstream libs (e.g those that use DynamoDB).
113-
:min-count 1))
109+
:gen-max 3))
114110

115111

116112
(defn into-str [cs]

0 commit comments

Comments
 (0)