Skip to content

Commit

Permalink
Add rawAddress (pre-normalization input address) to the idIssSts even…
Browse files Browse the repository at this point in the history
…t payload
  • Loading branch information
keichan34 committed Dec 19, 2024
1 parent b8e24b3 commit 1e114cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/public.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ export const _handler: PropIdHandler = async (event, context) => {
{
existing,
estateIds: rawEstateIds.map((rawEstateId) => rawEstateId.estateId),
rawAddress: address,
},
{ apiKey },
));
Expand Down

0 comments on commit 1e114cd

Please sign in to comment.