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