Skip to content

Ecdc 3307 fix tdct handle empty array

Afonso Mukai requested to merge ECDC-3307_fix_tdct_handle_empty_array into main

Created by: hurvan

I made a minor change to try to catch the empty arrays that get turned into NoneTypes. I also added a test to verify this.

I'm just a little unsure if returning None, None is enough or if we need to do more in order not to forward the empty array.

Merge request reports