Mise à jour de 'lib/modele/api/request_api.dart'
continuous-integration/drone/push Build is passing Details

petite erreur
Enzo
Enzo JOLYS 1 year ago
parent 6ded7e7eb0
commit 5b81ff7b17

@ -267,7 +267,7 @@ class RequestApi implements IDataStrategy {
final response = await http.get(Uri.parse('$urlApi/user/info'),
headers: <String, String>{'Authorization': token});
if (response.statusCode == 200) {
Map<String, Map<String, List<double>>> json = jsonDecode(response.body);
Map<String,dynamic> json = jsonDecode(response.body);
return Tuple2(true, json);
}

Loading…
Cancel
Save