Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
there
  • Loading branch information
Schnides123 committed Dec 16, 2024
1 parent d0359fa commit 79ff893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class EndpointSnippetGenerator {
return ts.codeBlock((writer) => {
writer.writeNode(
ts.invokeFunction({
func: ts.reference({ name: "WithBaseURL", importPath: SNIPPET_IMPORT_PATH }),
func: ts.reference({ name: "withBaseURL", importPath: SNIPPET_IMPORT_PATH }),
arguments_: [ts.stringLiteral(baseUrl)]
})
);
Expand Down

0 comments on commit 79ff893

Please sign in to comment.