Skip to content

Commit 1c77831

Browse files
Remove redundant comments
1 parent 738d872 commit 1c77831

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dtos/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ export interface IExcludedSegment {
203203

204204
export interface TargetingEntity {
205205
name: string;
206-
// Properties required for evaluation
207206
changeNumber: number;
208207
status: 'ACTIVE' | 'ARCHIVED';
209208
conditions: IDefinitionCondition[];
@@ -220,7 +219,6 @@ export interface IDefinition extends TargetingEntity {
220219
trafficTypeName: string;
221220
sets?: string[];
222221
impressionsDisabled?: boolean;
223-
// Properties required for evaluation
224222
prerequisites?: null | {
225223
n: string,
226224
ts: string[]

0 commit comments

Comments
 (0)