Skip to content

Commit e709006

Browse files
committed
fix: updates
1 parent e6274aa commit e709006

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/spacecat-shared-data-access/src/models/geo-experiment/geo-experiment.schema.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ const schema = new SchemaBuilder(GeoExperiment, GeoExperimentCollection)
7575
type: 'string',
7676
default: GeoExperiment.DEFAULT_UPDATED_BY,
7777
validate: (value) => hasText(value),
78-
})
79-
.addIndex(
80-
{ composite: ['preScheduleId'] },
81-
{ composite: ['updatedAt'] },
82-
);
78+
});
8379

8480
export default schema.build();

0 commit comments

Comments
 (0)