forked from lavina/lavina
Format
This commit is contained in:
parent
6f743584a8
commit
53adc93d25
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue