Skip to content

Commit 4e98a3b

Browse files
committed
Another lint issue
1 parent b293005 commit 4e98a3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/lib/ZwaveClient.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2932,7 +2932,9 @@ class ZwaveClient extends TypedEventEmitter<ZwaveClientEventCallbacks> {
29322932
strategy: JoinNetworkStrategy.Default,
29332933
}
29342934

2935-
return this._driver.controller.beginJoiningNetwork(joinNetworkOptions)
2935+
return this._driver.controller.beginJoiningNetwork(
2936+
joinNetworkOptions,
2937+
)
29362938
}
29372939

29382940
throw new DriverNotReadyError()

0 commit comments

Comments
 (0)