Skip to content

Use dataengine in runner instead of custom logic

Alexander Lohnau requested to merge work/alex/use_dataengine_in_runner into master

The logic for fetching the sessions already exists in the DataEngine, so we can just use it instead of having the logic to fetch the sessions twice.

The displayed results should be the same as before.

@kossebau

Merge request reports