We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7001db7 commit 9fb3104Copy full SHA for 9fb3104
packages/better_networking/lib/utils/auth/handle_auth.dart
@@ -114,7 +114,6 @@ Future<HttpRequestModel> handleAuth(
114
final httpResult = await sendHttpRequestV1(
115
"digest-${Random.secure()}",
116
APIType.rest,
117
- null,
118
httpRequestModel,
119
);
120
final httpResponse = httpResult.$1;
0 commit comments