Skip to content

Commit f93c302

Browse files
[autofix.ci] apply automated fixes
1 parent 3f0a7e7 commit f93c302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/EditMonitor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,7 @@ message HealthCheckResponse {
21122112
}
21132113
21142114
// Validate URL field input for various monitors
2115-
if (["http", "keyword", "json-query", "websocket-upgrade", "real-browser"].includes(this.monitor.type) && this.monitor.url) {
2115+
if ([ "http", "keyword", "json-query", "websocket-upgrade", "real-browser" ].includes(this.monitor.type) && this.monitor.url) {
21162116
try {
21172117
const url = new URL(this.monitor.url);
21182118
// Browser can encode *.hostname.com to %2A.hostname.com

0 commit comments

Comments
 (0)