Skip to content

Commit

Permalink
Update lobby_stop.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jun 6, 2024
1 parent bed303d commit c9aa4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/pkg/mm/worker/src/workers/lobby_stop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async fn worker(ctx: &OperationContext<mm::msg::lobby_stop::Message>) -> GlobalR

// Cleanup the lobby ASAP.
//
// Conflicting locks on the lobby row, so dont after the SQL query but before the retry_bail in
// Conflicting locks on the lobby row, so dont cleanup after the SQL query but before the retry_bail in
// case the lobby does not exist in the db. lobby_cleanup will remove it from Redis
// appropriately.
//
Expand Down

0 comments on commit c9aa4c5

Please sign in to comment.