Skip to content

Commit cbeb1b2

Browse files
authored
Update portPublicationSchema.ts (#996)
1 parent 1aacb0b commit cbeb1b2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dashboard/src/features/application/schema/portPublicationSchema.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ export const portPublicationSchema = v.pipe(
4040
),
4141
['internetPort'],
4242
),
43-
v.forward(
44-
v.partialCheck(
45-
[['applicationPort'], ['protocol']],
46-
(input) => isValidPort(input.applicationPort, input.protocol),
47-
'Please enter the available port',
48-
),
49-
['applicationPort'],
50-
),
5143
)
5244

5345
export type PortPublicationInput = v.InferInput<typeof portPublicationSchema>

0 commit comments

Comments
 (0)