refactor: Avoid redundant async
This commit is contained in:
parent
9d007815df
commit
d08364688e
15 changed files with 153 additions and 166 deletions
|
|
@ -6,5 +6,6 @@ void main() {
|
|||
testWidget: Archive(),
|
||||
testClient: await testClient(loggedIn: true),
|
||||
));*/
|
||||
return;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue