Skip to content

Commit

Permalink
fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed May 16, 2024
1 parent 4f4ec29 commit f9325af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ function transformCodeExamples({
const maybePythonSnippet = snippets.getPythonCodeSnippetForEndpoint({
endpointMethod: endpointDefinition.method,
endpointPath: getEndpointPathAsString(endpointDefinition),
identifierOverride: endpointDefinition.id,
identifierOverride: endpointDefinition.originalEndpointId,
});
const maybeTypescriptSnippet = snippets.getTypeScriptCodeSnippetForEndpoint({
endpointMethod: endpointDefinition.method,
Expand Down

0 comments on commit f9325af

Please sign in to comment.