Skip to content

Commit

Permalink
fix(dotnet): path
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Sep 30, 2024
1 parent 0c10b69 commit f930df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dotnet/Package/Client.cs.twig
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ namespace {{ spec.title | caseUcfirst }}
// Make a request to check if a file already exists
var current = await Call<Dictionary<string, object?>>(
method: "GET",
path: "$path/${params[idParamName]}",
path,
headers,
parameters = new Dictionary<string, object?>()
);
Expand Down

0 comments on commit f930df5

Please sign in to comment.