Skip to content

Commit 9fb3104

Browse files
committed
Update handle_auth.dart
1 parent 7001db7 commit 9fb3104

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/better_networking/lib/utils/auth/handle_auth.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ Future<HttpRequestModel> handleAuth(
114114
final httpResult = await sendHttpRequestV1(
115115
"digest-${Random.secure()}",
116116
APIType.rest,
117-
null,
118117
httpRequestModel,
119118
);
120119
final httpResponse = httpResult.$1;

0 commit comments

Comments
 (0)