chore: Fix lint
This commit is contained in:
parent
267ab92507
commit
3bbbf8349e
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,8 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
||||||
|
|
||||||
void _loadHomeserverList() async {
|
void _loadHomeserverList() async {
|
||||||
try {
|
try {
|
||||||
final homeserverList = await JoinmatrixOrgParser().fetchHomeservers();
|
final homeserverList =
|
||||||
|
await const JoinmatrixOrgParser().fetchHomeservers();
|
||||||
final benchmark = await HomeserverListProvider.benchmarkHomeserver(
|
final benchmark = await HomeserverListProvider.benchmarkHomeserver(
|
||||||
homeserverList,
|
homeserverList,
|
||||||
timeout: const Duration(seconds: 10),
|
timeout: const Duration(seconds: 10),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue