mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
update
This commit is contained in:
@ -86,7 +86,11 @@ HttpRequestModel substituteHttpRequestModel(
|
||||
value: substituteVariables(param.value, envMap, activeEnvironmentId),
|
||||
);
|
||||
}).toList(),
|
||||
body: substituteVariables(httpRequestModel.body, envMap, activeEnvironmentId),
|
||||
body: substituteVariables(
|
||||
httpRequestModel.body,
|
||||
envMap,
|
||||
activeEnvironmentId,
|
||||
),
|
||||
);
|
||||
return newRequestModel;
|
||||
}
|
||||
|
Reference in New Issue
Block a user