Skip to content

Commit

Permalink
Update packages/typespec-ts/src/modular/helpers/operationHelpers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaozha authored Mar 18, 2024
1 parent 474674e commit f4b48d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/typespec-ts/src/modular/helpers/operationHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,6 @@ function getRequestParameters(
param.location === "query" ||
param.location === "body"
) {
if (param.clientName === "apiVersion") {
param;
}
parametersImplementation[param.location].push({
paramMap: getParameterMap(param, runtimeImports),
param
Expand Down

0 comments on commit f4b48d1

Please sign in to comment.