Fixed linting errors from merge

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
Matthew Nickson 2023-08-06 15:08:49 +02:00
parent 6fe609a9e3
commit 00fc8cdfc0
No known key found for this signature in database
GPG key ID: BF229DCFD4748E05

View file

@ -1201,7 +1201,7 @@ message HealthCheckResponse {
"mongodb", "mongodb",
"redis", "redis",
]; ];
let kafkaSaslMechanismOptions = [ let kafkaSaslMechanismOptions = [
"None", "None",
"plain", "plain",
@ -1263,7 +1263,7 @@ message HealthCheckResponse {
) { ) {
this.monitor.name = ""; this.monitor.name = "";
} }
if (this.isClone) { if (this.isClone) {
/* /*
* Cloning a monitor will include properties that can not be posted to backend * Cloning a monitor will include properties that can not be posted to backend