Extracted server status stuff to a separate provider

This commit is contained in:
Juan Gilsanz Polo 2023-05-24 13:51:22 +02:00
parent 0271c704a7
commit 4a2d78e8cf
30 changed files with 585 additions and 405 deletions

View file

@ -335,7 +335,7 @@ Future getServerStatus(Server server) async {
};
return {
'result': 'success',
'data': ServerStatusData.fromJson(mappedData)
'data': ServerStatus.fromJson(mappedData)
};
}
else {