mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
@ -43,9 +43,6 @@ 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();
|
||||||
|
Reference in New Issue
Block a user