Closed zlayaAvocado closed 3 years ago
Fixes 0 grades not syncing for LTI 1.3. We were doing array_filter on 0 grades which eventually resulted in us sending filtered out (null) grades in a request.
array_filter
null
Summary of Changes
Fixes 0 grades not syncing for LTI 1.3. We were doing
array_filter
on 0 grades which eventually resulted in us sending filtered out (null
) grades in a request.Testing