Code cleanup

This commit is contained in:
Ashita Prasad
2025-03-07 06:50:11 +05:30
parent a137835aa2
commit da7478f41e
3 changed files with 11 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ class ExplainFeature {
.last
.toUpperCase() ??
"GET";
final endpoint = requestModel.httpRequestModel!.url!;
final endpoint = requestModel.httpRequestModel!.url;
final headers = requestModel.httpRequestModel?.enabledHeadersMap ?? {};
final parameters = requestModel.httpRequestModel?.enabledParamsMap ?? {};
final body = requestModel.httpRequestModel?.body;