Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 8c4af54

Browse files
committed
add rawData to postcode search
1 parent 78c7261 commit 8c4af54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rest-api/controllers/postcodes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export async function search(
3535
y: result.Y_COORDINATE,
3636
lat: result.LAT,
3737
lng: result.LNG,
38+
rawData: result,
3839
}
3940
}),
4041
})

0 commit comments

Comments
 (0)