feat: add metaFields to alerts

This commit is contained in:
2025-12-15 10:11:05 +05:30
parent e3f09cd4aa
commit 7dc3386847
7 changed files with 57 additions and 11 deletions

View File

@@ -108,7 +108,11 @@ export async function updateNotification(
"user",
assignee,
updateNotificationResult.pid,
"permits"
"permits",
{
client: updateNotificationResult.client.toString(),
county: updateNotificationResult.county.id.toString(),
}
);
}