Skip to content

Commit 33ac1de

Browse files
robbearmdashti
andauthored
Update incubator/ClientSDKs/javascript-client-sdk/client/src/sdk/LocalConnection.js
Co-authored-by: Mohammad Dashti <mdashti@gmail.com>
1 parent 2895904 commit 33ac1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/sdk/LocalConnection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class LocalConnection extends Connection {
234234
action.source.type = 'Source'
235235

236236
action.outputs = []
237-
if (params.out != null) {
237+
if (params.out) {
238238
action.outputs.push(params.out)
239239
}
240240

0 commit comments

Comments
 (0)