forked from lavina/lavina
Format
This commit is contained in:
parent
04c2ef68a3
commit
660794c1dd
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue