We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62a924 commit 3aec187Copy full SHA for 3aec187
1 file changed
web/src/types/schema.ts
@@ -34,6 +34,9 @@ interface ValidationResult {
34
}
35
36
const urlPatternIsNeeded = (shellType: string) => {
37
+ if (shellType.startsWith("Agent")) {
38
+ return false;
39
+ }
40
return (
41
shellType.endsWith("Servlet") ||
42
shellType.endsWith("ControllerHandler") ||
0 commit comments