More typesafe NodeSortField definition.

This commit is contained in:
baldo 2022-08-23 21:01:58 +02:00
commit 66fb4e5004
4 changed files with 45 additions and 17 deletions

View file

@ -19,6 +19,7 @@ import {
CreateOrUpdateNode,
EmailAddress,
FastdKey,
filterUndefinedFromJSON,
Hostname,
isFastdKey,
isHostname,
@ -504,7 +505,7 @@ async function sendMonitoringConfirmationMail(
node.nickname + " <" + node.email + ">",
MailType.MONITORING_CONFIRMATION,
{
node: node,
node: filterUndefinedFromJSON(node),
confirmUrl: confirmUrl,
disableUrl: disableUrl,
}