This commit is contained in:
Mikhail 2024-05-07 16:13:53 +02:00
parent 04c2ef68a3
commit 660794c1dd
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ impl Storage {
memberships memberships
where where
user_id = ? and room_id = ? user_id = ? and room_id = ?
);", );
",
) )
.bind(player_id) .bind(player_id)
.bind(room_id) .bind(room_id)