Fix query

This commit is contained in:
Mikhail 2024-05-09 17:22:33 +02:00
parent 061c3a1093
commit 8dd3ee4443
1 changed files with 3 additions and 0 deletions

View File

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