Skip to content

Commit f07053a

Browse files
committed
fix: run lint-fix
1 parent 7a0e11d commit f07053a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/pages/EditMonitor.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,20 +1113,19 @@ message HealthCheckResponse {
11131113
}
11141114
11151115
return list;
1116-
},
1116+
},
11171117
1118-
/**
1118+
/**
11191119
* Retrieves the appropriate ignore TLS error label based on the monitor type.
1120-
*
11211120
* @returns {string} Returns the non specific label if the monitor type is 'redis', otherwise, returns the default.
11221121
*/
11231122
ignoreTlsLabel() {
11241123
return this.monitor.type === "redis"
11251124
? this.$t("ignoreTLSErrorGeneral")
11261125
: this.$t("ignoreTLSError");
11271126
}
1128-
},
1129-
1127+
},
1128+
11301129
watch: {
11311130
"$root.proxyList"() {
11321131
if (this.isAdd) {

0 commit comments

Comments
 (0)