Skip to content

Commit d148aae

Browse files
committed
minor fix
1 parent d3ae0f6 commit d148aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wsDiagnostics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export default class WSDiagnostics {
269269
return endpointsProperties[url];
270270
}
271271

272-
private noChangeTimer: NodeJS.Timer;
272+
private noChangeTimer: any;
273273
private debounceTime: number;
274274

275275

0 commit comments

Comments
 (0)