Skip to content

Commit 17c3367

Browse files
committed
Fix type typo
Signed-off-by: paulober <[email protected]>
1 parent 9179880 commit 17c3367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/activator.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class Activator {
3838
private stubs?: Stubs;
3939
private picoFs?: PicoWFs;
4040

41-
private autoConnectTimer?: NodeJS.Timer;
41+
private autoConnectTimer?: NodeJS.Timeout;
4242
private comDevice?: string;
4343

4444
constructor() {

0 commit comments

Comments
 (0)