Fix: Remove duplicate rows in slots query

For some reason, some rows in the filtered queryset were duplicated. This tripped the solver up in my test instance. Adding distinct should fix this.

Merge request reports

Loading