Skip to content

Commit

Permalink
resolve compile error on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 19, 2024
1 parent 8a9e5fc commit e9ebb75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Frontend/Widgets/tail_blog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ Future<Widget> getBlogImage(GetBlogImageRef ref, String url) async {
);

if (response.statusCode! < 400) {
ref.keepAlive();
Uint8List data = Uint8List.fromList(response.data!);
return Image.memory(
data,
Expand Down

0 comments on commit e9ebb75

Please sign in to comment.