Update handle_auth.dart

This commit is contained in:
Ankit Mahato
2025-09-24 00:55:02 +05:30
parent 7001db77ec
commit 9fb31049b0

View File

@@ -114,7 +114,6 @@ Future<HttpRequestModel> handleAuth(
final httpResult = await sendHttpRequestV1( final httpResult = await sendHttpRequestV1(
"digest-${Random.secure()}", "digest-${Random.secure()}",
APIType.rest, APIType.rest,
null,
httpRequestModel, httpRequestModel,
); );
final httpResponse = httpResult.$1; final httpResponse = httpResult.$1;