Skip to content

Commit 6fdf77e

Browse files
committed
remove none
1 parent 9113c16 commit 6fdf77e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/client/lib/client/enterprise-maintenance-manager.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ type MovingEndpointType =
145145
| "internal-ip"
146146
| "internal-fqdn"
147147
| "external-ip"
148-
| "external-fqdn"
149-
| "none";
148+
| "external-fqdn";
150149

151150
function isPrivateIP(ip: string): boolean {
152151
const version = isIP(ip);

0 commit comments

Comments
 (0)