feat: add address field to metaFields in alerts

This commit is contained in:
2025-12-15 14:19:25 +05:30
parent 7dc3386847
commit 9e7cbfd3d8
5 changed files with 7 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ export async function updateProcessed(
{
client: updateProcessedResult.client.toString(),
county: updateProcessedResult.county.id.toString(),
address: updateProcessedResult.address.full_address,
}
);
}