Skip to content

Commit 287db6e

Browse files
committed
fix
1 parent bb8f8f7 commit 287db6e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

arduino-cloud.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ module.exports = function (RED) {
202202
ArduinoIotInputPoll.prototype = {
203203
poll: async function (connectionConfig, pollTime) {
204204
try {
205-
await connectionManager.connect(connectionConfig);
206205
const property = await this.arduinoRestClient.getProperty(this.thing, this.propertyId);
207206
this.send(
208207
{

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)