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