Skip to content

Commit 16ecc88

Browse files
committed
Debug the response
1 parent 1f82928 commit 16ecc88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/app_sources/rustore.dart

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ class RuStore extends AppSource {
4343
if (res0.statusCode != 200) {
4444
throw getObtainiumHttpError(res0);
4545
}
46+
47+
print(res0);
48+
4649
var appDetails = jsonDecode(res0.body)['body'];
4750
if (appDetails['appId'] == null) {
4851
throw NoReleasesError();

0 commit comments

Comments
 (0)