Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a77ffe3

Browse files
committed
cleanup
1 parent bf7aec6 commit a77ffe3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

site/e2e/provisionerGenerated.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export interface RichParameter {
6464
validationMax?: number | undefined
6565
validationMonotonic: string
6666
required: boolean
67-
legacyVariableName: string
6867
displayName: string
6968
}
7069

@@ -354,9 +353,6 @@ export const RichParameter = {
354353
if (message.required === true) {
355354
writer.uint32(104).bool(message.required)
356355
}
357-
if (message.legacyVariableName !== "") {
358-
writer.uint32(114).string(message.legacyVariableName)
359-
}
360356
if (message.displayName !== "") {
361357
writer.uint32(122).string(message.displayName)
362358
}

0 commit comments

Comments
 (0)