Skip to content

Commit

Permalink
fix: remove experiment part of mq assessment service
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Nov 6, 2023
1 parent 5669b24 commit e44d67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/api/charts/mq_assessment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def assessments_levels_data
[
{
name: 'Level',
data: results + [[results.last.first, 5]]
data: results
},
{
name: 'Current Level',
Expand Down

0 comments on commit e44d67b

Please sign in to comment.