Skip to content

Commit

Permalink
Find problem with custom object
Browse files Browse the repository at this point in the history
  • Loading branch information
juriSacchetta committed Dec 9, 2022
1 parent 4e48925 commit 2d52e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dart/lib/src/utils/parse_decoder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ dynamic parseDecode(dynamic value, {String? key, ParseObject? parent}) {
latitude: latitude.toDouble(), longitude: longitude.toDouble());
case 'Relation':
// ignore: always_specify_types
//TODO: bug with custom object relations
return ParseRelation.fromJson(map, parent!, key!);
}
}
Expand Down

0 comments on commit 2d52e2d

Please sign in to comment.