More typesafe NodeSortField definition.
This commit is contained in:
parent
91690509d3
commit
66fb4e5004
4 changed files with 45 additions and 17 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue