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 3d46cec commit 0294373Copy full SHA for 0294373
1 file changed
src/matches/match-relay/match-relay.service.ts
@@ -72,7 +72,7 @@ export class MatchRelayService {
72
}
73
74
const match_field_0 = broadcast[0];
75
- // Check if start fragment exists at index 0
+
76
if (match_field_0 == null || match_field_0.start?.data == null) {
77
this.relayError(response, 404, `broadcast has not started yet`);
78
return;
0 commit comments