Skip to content

Commit

Permalink
NIM-2741 - Create removed evaluator class (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
MyraLuetke authored May 8, 2024
1 parent 110f7ad commit a2f4054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ export const Classes = {
explicitEvaluations: 'explicit-evaluations',
explicitEvaluation: 'explicit-evaluation',
publisherEntity: 'publisher',
evaluatorEntity: 'evaluator'
evaluatorEntity: 'evaluator',
evaluatorRemoved: 'evaluator-removed'
},
feedback: {
feedbackApplication: 'feedback-application',
Expand Down

0 comments on commit a2f4054

Please sign in to comment.