Skip to content

Commit

Permalink
oops, this is needed to make annotations go thorugh
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Apr 11, 2024
1 parent 690da85 commit 6b25007
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ angular.module('QuepidApp')
annotation: ctrl.annotationModel,
score: {
all_rated: ctrl.selectedCase.lastScore.all_rated,
score: ctrl.selectedCase.lastScore.score,
try_id: ctrl.selectedCase.lastScore.try_id,
queries: ctrl.selectedCase.lastScore.queries,
}
};
Expand Down

0 comments on commit 6b25007

Please sign in to comment.