Skip to content

Commit 1c6e772

Browse files
Update lib/client/language_tool_client.dart
Co-authored-by: Yurii Prykhodko <[email protected]>
1 parent f0c98e3 commit 1c6e772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/client/language_tool_client.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class LanguageToolClient {
3838
);
3939

4040
final languageToolAnswer = LanguageToolRaw.fromJson(
41-
//json.decode(result.body) as Map<String, dynamic>,
4241
json.decode(utf8.decode(result.bodyBytes)) as Map<String, dynamic>,
4342
);
4443

0 commit comments

Comments
 (0)