Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jun 7, 2018
1 parent 4f9776f commit b495da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
chatTitle: params['title'] !== 'false' && params['title'],
directLine: {
domain: params['domain'] || `${ location.protocol }//${ location.host }/mock`,
domain: params['domain'],
secret: params['s'],
token: params['t'],
webSocket: false
Expand Down

0 comments on commit b495da0

Please sign in to comment.