Fixed bugs update system

This commit is contained in:
Juan Gilsanz Polo 2023-04-07 22:58:44 +02:00
parent 4a9d2abf19
commit 026cbd523e
5 changed files with 32 additions and 24 deletions

View file

@ -1994,7 +1994,7 @@ Future checkServerUpdates({
};
return {
'result': 'success',
'data': UpdateAvailableData.fromJson(obj)
'data': obj
};
}
else {