Debug the response

This commit is contained in:
PadowYT2
2025-01-20 21:47:43 +03:00
parent 1f829289ed
commit 16ecc88fcd

View File

@ -43,6 +43,9 @@ class RuStore extends AppSource {
if (res0.statusCode != 200) { if (res0.statusCode != 200) {
throw getObtainiumHttpError(res0); throw getObtainiumHttpError(res0);
} }
print(res0);
var appDetails = jsonDecode(res0.body)['body']; var appDetails = jsonDecode(res0.body)['body'];
if (appDetails['appId'] == null) { if (appDetails['appId'] == null) {
throw NoReleasesError(); throw NoReleasesError();