#111287
Ondřej
Participant

I also tried to use

const dataSourceCallback = function(query, response) {
    console.log('dataSourceCallback', query, response)
    response(topDiagnosis);
};