We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4100387 commit 32240d1Copy full SHA for 32240d1
1 file changed
src/matches/match-relay/match-relay.service.ts
@@ -209,13 +209,9 @@ export class MatchRelayService {
209
210
if (broadcast[0] == null) {
211
broadcast[0] = {};
212
- }
213
- if (!broadcast[0].start) {
214
broadcast[0].start = {};
215
}
216
217
- // Start fragments are always stored at index 0
218
- // Store the original fragment number in signup_fragment
219
broadcast[0].start.signup_fragment = fragmentIndex;
220
fragmentIndex = 0;
221
} else {
0 commit comments