mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-08 07:14: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 {
|
||||
username: username,
|
||||
password: password,
|
||||
username,
|
||||
password,
|
||||
uris: db.globals.turn_uris().to_vec(),
|
||||
ttl: Duration::from_secs(db.globals.turn_ttl()),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user