Skip to content

Commit

Permalink
[mirotalk] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 23, 2022
1 parent ac3886f commit 568edc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ async function ngrokStart() {
},
server: host,
server_tunnel: tunnelHttps,
testIceServers: testStunTurn,
test_ice_servers: testStunTurn,
api_docs: api_docs,
api_key_secret: api_key_secret,
sentry_enabled: sentryEnabled,
Expand Down Expand Up @@ -423,7 +423,7 @@ server.listen(port, null, () => {
log.debug('settings', {
iceServers: iceServers,
server: host,
stun_turn_test: testStunTurn,
test_ice_servers: testStunTurn,
api_docs: api_docs,
api_key_secret: api_key_secret,
sentry_enabled: sentryEnabled,
Expand Down

0 comments on commit 568edc8

Please sign in to comment.