Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit d0964f2

Browse files
Fix error when retrieving iceServers.
1 parent efa61be commit d0964f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
.env
33
newrelic_agent.log
4+
database
5+
test-database

Diff for: lib/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Server {
8383
identityProvider,
8484
boomtownSecret: this.boomtownSecret,
8585
fetchICEServers: async () => {
86-
iceServerProvider.fetchICEServers()
86+
return iceServerProvider.fetchICEServers()
8787
}
8888
})
8989

0 commit comments

Comments
 (0)