This commit is contained in:
Ivan 2024-12-17 17:28:52 +04:00
parent 2eee7aa68f
commit d0dc47f859

View File

@ -32,7 +32,6 @@ class PlacesRepository extends ApiInterface {
//debugPrint("length: ${data?.length}");
return data;
} on DioException catch (e) {
if (e.response != null) {
onError?.call(e.error?.toString());
return null;
}