Skip to content

Commit

Permalink
fix context schedules (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinWithATie authored Aug 26, 2024
1 parent ba91c52 commit 36b42b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/src/websockets/api/schedules/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl ScheduleHandler {
all_schedules.insert(GameId(id), game_schedules_map);
}
(
ScheduleUpdate::OwnTournamentSchedules(all_schedules),
ScheduleUpdate::TournamentSchedules(all_schedules),
vec![MessageDestination::User(self.user_id)],
)
}
Expand Down

0 comments on commit 36b42b4

Please sign in to comment.