mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Briefer syntax
This commit is contained in:
parent
edcf9f3fd5
commit
5305a287fe
@ -50,7 +50,5 @@ export async function getSFUConfigWithOpenID(
|
||||
if (!res.ok) {
|
||||
throw new Error("SFO Config fetch failed with status code " + res.status);
|
||||
}
|
||||
const sfuConfig = await res.json();
|
||||
|
||||
return sfuConfig;
|
||||
return await res.json();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user