Skip to content

Commit cd3d933

Browse files
committed
chore: fix lint
1 parent 023d9d0 commit cd3d933

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/src/fetch_options/fetch_options.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class FetchOptions {
6363
String? integrity,
6464
bool? keepalive,
6565
AbortSignal? signal,
66+
// ignore: unused_element
6667
String? duplex,
6768
});
6869

lib/src/request_options/request_options.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class RequestOptions {
6161
String? integrity,
6262
bool? keepalive,
6363
AbortSignal? signal,
64+
// ignore: unused_element
6465
String? duplex,
6566
});
6667

0 commit comments

Comments
 (0)