Skip to content

Commit e8ed3dc

Browse files
laura-bergoensxav-car
authored andcommitted
tech(api): harmonize comparison names
1 parent 2fbf126 commit e8ed3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/quest/domain/models/CriterionProperty.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { ComparisonNotImplementedError } from '../errors.js';
22

33
export const COMPARISONS = {
44
EQUAL: 'equal',
5-
ONE_OF: 'some',
6-
ALL: 'every',
5+
ONE_OF: 'one-of',
6+
ALL: 'all',
77
};
88

99
export class CriterionProperty {

0 commit comments

Comments
 (0)