Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tejainece authored Nov 8, 2016
2 parents 08ca5fd + 8af6bf4 commit 39937f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/interceptors/import.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class DecodeJson extends Interceptor {

const DecodeJson({this.encoding: UTF8});

Future<dynamic> pre(HttpRequest request) async {
Future<dynamic> pre /*Map|List*/ (HttpRequest request) async {
String data = await getStringFromBody(request, encoding);
return JSON.decode(data);
}
Expand Down

0 comments on commit 39937f0

Please sign in to comment.