Skip to content

Commit 58bda98

Browse files
committed
fix geoshape schema creation per discussion with leibele
1 parent 0e7e2e6 commit 58bda98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/search/lib/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export const SCHEMA_GEO_SHAPE_COORD_SYSTEM = {
285285

286286
export type SchemaGeoShapeFieldCoordSystem = typeof SCHEMA_GEO_SHAPE_COORD_SYSTEM[keyof typeof SCHEMA_GEO_SHAPE_COORD_SYSTEM];
287287

288-
type CreateSchemaGeoShapeField = CreateSchemaCommonField<SchemaFieldTypes.GEOSHAPE, {
288+
type CreateSchemaGeoShapeField = CreateSchemaField<SchemaFieldTypes.GEOSHAPE, {
289289
COORD_SYSTEM?: SchemaGeoShapeFieldCoordSystem;
290290
}>;
291291

0 commit comments

Comments
 (0)