feat: add metaFields to alerts
This commit is contained in:
@@ -108,7 +108,11 @@ export async function updateNotification(
|
||||
"user",
|
||||
assignee,
|
||||
updateNotificationResult.pid,
|
||||
"permits"
|
||||
"permits",
|
||||
{
|
||||
client: updateNotificationResult.client.toString(),
|
||||
county: updateNotificationResult.county.id.toString(),
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user