Skip to content

Commit

Permalink
fix snmp typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
khakers committed Jul 12, 2024
1 parent 0e6072a commit d479e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snmp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export declare interface Target {

export class Target extends EventEmitter {
private session: any;
private interval?: NodeJS.Timer;
private interval?: NodeJS.Timeout;
private ending: boolean = false;

public constructor(private options: TargetConfig, private log: Logger) {
Expand Down

0 comments on commit d479e6f

Please sign in to comment.