mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-02 17:29:43 +02:00
Fix #2648
This commit is contained in:
@@ -43,8 +43,8 @@ export async function fetchSiteResourceByNiceId(
|
||||
aliasAddress: match.aliasAddress || null,
|
||||
siteNiceIds: match.siteNiceIds,
|
||||
niceId: match.niceId,
|
||||
tcpPortRangeString: match.tcpPortRangeString || null,
|
||||
udpPortRangeString: match.udpPortRangeString || null,
|
||||
tcpPortRangeString: match.tcpPortRangeString ?? null,
|
||||
udpPortRangeString: match.udpPortRangeString ?? null,
|
||||
disableIcmp: match.disableIcmp || false,
|
||||
authDaemonMode: match.authDaemonMode ?? null,
|
||||
authDaemonPort: match.authDaemonPort ?? null,
|
||||
|
||||
Reference in New Issue
Block a user