yetanalytics / lrs

Protocols, specifications, and logic for building an xAPI Learning Record Store (LRS) in Clojure(Script).
https://www.yetanalytics.com/lrs
Apache License 2.0
4 stars 1 forks source link

LRS-59 update merge-or-replace to handle missing ctypes #77

Closed milt closed 2 years ago

milt commented 2 years ago

LRS-59 When we made adjustments to allow for missing content-type and length, I neglected to modify the content-type checking in merge-or-replace to account for missing ctypes (it runs .length assuming a string).