Skip to content

Commit c772e3a

Browse files
committed
Fix analyzer warnings
1 parent 272eb80 commit c772e3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/src/sse_proxy_handler.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class SseProxyHandler {
8484
sink.close();
8585
});
8686
});
87-
return shelf.Response.notFound('');
8887
}
8988

9089
Future<shelf.Response> _handle(shelf.Request req) async {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >
88
routing by rewriting 404s to the root index.
99
1010
environment:
11-
sdk: '>=2.12.0 <3.0.0'
11+
sdk: '>=2.18.0 <3.0.0'
1212

1313
dependencies:
1414
args: ^2.3.1

0 commit comments

Comments
 (0)