This commit is contained in:
Mikhail 2024-05-07 16:13:53 +02:00
parent 6f743584a8
commit 53adc93d25
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,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)