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 New Issue