Skip to content

Commit 5fff8c6

Browse files
committed
remove TODO the unique check is good practice
1 parent 22806b9 commit 5fff8c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/com/yetanalytics/lrs/pedestal/routes/statements.cljc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
attachments :xapi.statements/attachments} (:xapi ctx)
116116
statements (or ?statements [?statement])
117117
s-ids (keep #(get % "id") statements)]
118-
;; TODO: permanent dignified handling of this
119118
(if (and (not-empty s-ids)
120119
(false? (reduce distinct? s-ids)))
121120
(post-response ctx

0 commit comments

Comments
 (0)