Skip to content

Commit

Permalink
Merge branch 'main' into users/ramukaritik/populating-users-on-initia…
Browse files Browse the repository at this point in the history
…l-load
  • Loading branch information
ritikramuka authored Apr 5, 2024
2 parents 589eadf + bcccebd commit 2514519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/client/common/worker/webworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ async function loadContainer(config, swpId, entityInfo) {

if (initialLoad) {
initialLoad = false;

audience.getMembers().forEach(async (member) => {
try {
const userConnections = member.connections;
Expand Down

0 comments on commit 2514519

Please sign in to comment.