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 910931d commit 50a2b83Copy full SHA for 50a2b83
1 file changed
src/matches/events/MatchMapStatusEvent.ts
@@ -29,7 +29,7 @@ export default class MatchMapStatusEvent extends MatchEventProcessor<{
29
},
30
_set: {
31
status: this.data.status,
32
- ...(isFinished
+ ...(this.data.winning_lineup_id
33
? { winning_lineup_id: this.data.winning_lineup_id }
34
: {}),
35
0 commit comments