Skip to content

Commit 0294373

Browse files
committed
wip
1 parent 3d46cec commit 0294373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/matches/match-relay/match-relay.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class MatchRelayService {
7272
}
7373

7474
const match_field_0 = broadcast[0];
75-
// Check if start fragment exists at index 0
75+
7676
if (match_field_0 == null || match_field_0.start?.data == null) {
7777
this.relayError(response, 404, `broadcast has not started yet`);
7878
return;

0 commit comments

Comments
 (0)