Skip to content

Commit

Permalink
Accept experimental v011 flag when creating the client
Browse files Browse the repository at this point in the history
  • Loading branch information
tulios committed Jun 18, 2018
1 parent fdf8768 commit 688ec31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = class Client {
clientId,
connectionTimeout,
retry,
allowExperimentalV011,
logLevel = INFO,
logCreator = LoggerConsole,
}) {
Expand All @@ -28,6 +29,7 @@ module.exports = class Client {
clientId,
connectionTimeout,
retry,
allowExperimentalV011,
})
}

Expand Down

0 comments on commit 688ec31

Please sign in to comment.