Skip to content

Commit 50a2b83

Browse files
committed
chore: if we get the winning line up just use it
1 parent 910931d commit 50a2b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/matches/events/MatchMapStatusEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class MatchMapStatusEvent extends MatchEventProcessor<{
2929
},
3030
_set: {
3131
status: this.data.status,
32-
...(isFinished
32+
...(this.data.winning_lineup_id
3333
? { winning_lineup_id: this.data.winning_lineup_id }
3434
: {}),
3535
},

0 commit comments

Comments
 (0)