Skip to content

Commit a22f614

Browse files
author
Anthony Li
committed
Change latitude/longitude type
1 parent 76fbc0f commit a22f614

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/lib/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export type SubletAdditionalData = {
4444
baths: number;
4545
start_date: string;
4646
end_date: string;
47-
latitude?: number | null;
48-
longitude?: number | null;
47+
latitude?: number;
48+
longitude?: number;
4949
};
5050

5151
// ------------------------------------------------------------

0 commit comments

Comments
 (0)