mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-09 07:44:46 +00:00
Use struct init shorthand
This commit is contained in:
parent
14a178d783
commit
1fc616320a
@ -49,8 +49,8 @@ pub async fn turn_server_route(
|
|||||||
};
|
};
|
||||||
|
|
||||||
Ok(get_turn_server_info::Response {
|
Ok(get_turn_server_info::Response {
|
||||||
username: username,
|
username,
|
||||||
password: password,
|
password,
|
||||||
uris: db.globals.turn_uris().to_vec(),
|
uris: db.globals.turn_uris().to_vec(),
|
||||||
ttl: Duration::from_secs(db.globals.turn_ttl()),
|
ttl: Duration::from_secs(db.globals.turn_ttl()),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user