chore: Fix lint

This commit is contained in:
Christian Pauly 2022-08-10 21:15:31 +02:00
parent 267ab92507
commit 3bbbf8349e

View file

@ -90,7 +90,8 @@ class HomeserverPickerController extends State<HomeserverPicker> {
void _loadHomeserverList() async {
try {
final homeserverList = await JoinmatrixOrgParser().fetchHomeservers();
final homeserverList =
await const JoinmatrixOrgParser().fetchHomeservers();
final benchmark = await HomeserverListProvider.benchmarkHomeserver(
homeserverList,
timeout: const Duration(seconds: 10),