Skip to content

Commit cf2f97a

Browse files
author
Anthony Li
committed
Change latitude/longitude type
1 parent 7c5bc49 commit cf2f97a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/lib/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ export type ItemAdditionalData = {
4040

4141
export type SubletAdditionalData = {
4242
street_address: string;
43-
latitude: number;
44-
longitude: number;
4543
beds: number;
4644
baths: number;
4745
start_date: string;

0 commit comments

Comments
 (0)