mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
ES Lint
This commit is contained in:
parent
9820f57c64
commit
6fc0cbf415
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ class SNMPMonitorType extends MonitorType {
|
||||||
} else {
|
} else {
|
||||||
throw new Error(`JSON query does not pass (comparing ${response} ${this.jsonPathOperator} ${this.expectedValue})`);
|
throw new Error(`JSON query does not pass (comparing ${response} ${this.jsonPathOperator} ${this.expectedValue})`);
|
||||||
}
|
}
|
||||||
} catch (err) {
|
|
||||||
throw err;
|
|
||||||
} finally {
|
} finally {
|
||||||
if (session) {
|
if (session) {
|
||||||
session.close();
|
session.close();
|
||||||
|
|
Loading…
Reference in a new issue