forked from lavina/lavina
Format
This commit is contained in:
parent
6f743584a8
commit
53adc93d25
|
@ -16,7 +16,8 @@ impl Storage {
|
|||
memberships
|
||||
where
|
||||
user_id = ? and room_id = ?
|
||||
);",
|
||||
);
|
||||
",
|
||||
)
|
||||
.bind(player_id)
|
||||
.bind(room_id)
|
||||
|
|
Loading…
Reference in New Issue