Compare commits

..

2 Commits

Author SHA1 Message Date
Mikhail eeffa212f0 Fix formatting rules 2024-05-09 17:25:20 +02:00
Mikhail e9d777b16d Test joining a room twice 2024-05-09 17:25:04 +02:00
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ impl Storage {
memberships memberships
where where
user_id = ? and room_id = ?; user_id = ? and room_id = ?;
<<<<<<< HEAD
=======
>>>>>>> 775f43a (Fix query)
", ",
) )
.bind(player_id) .bind(player_id)