Skip to content

Commit 51fa175

Browse files
committed
clean up
1 parent b1cb699 commit 51fa175

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/native/mqtt.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test_env.conditional_test(test_env.AWS_IOT_ENV.mqtt311_is_valid_direct_auth_mqtt
8282
clean_session: true,
8383
username: test_env.AWS_IOT_ENV.MQTT311_BASIC_AUTH_USERNAME,
8484
password: test_env.AWS_IOT_ENV.MQTT311_BASIC_AUTH_PASSWORD,
85-
socket_options: new SocketOptions(),
85+
socket_options: new SocketOptions()
8686
}
8787
await test_connection(config, new MqttClient(new ClientBootstrap()));
8888
})

lib/native/mqtt.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export interface MqttConnectionConfig extends crt.MqttConnectionConfigBase {
142142
/** Optional proxy options */
143143
proxy_options?: HttpProxyOptions;
144144

145-
146145
/**
147146
* Optional function to transform websocket handshake request.
148147
* If provided, function is called each time a websocket connection is attempted.

0 commit comments

Comments
 (0)