Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LWangllix committed Dec 13, 2024
1 parent 6d35e77 commit 8ded518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/RequestForm/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface RequestFormServerProps {
exactCoordinates?: boolean | undefined;
description: string | undefined;
};
geom?: FeatureCollection | undefined;
geom?: FeatureCollection;
type: RequestTypes | undefined;
}

Expand Down

0 comments on commit 8ded518

Please sign in to comment.