Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dderevjanik/wsdl-tsclient
Browse files Browse the repository at this point in the history
  • Loading branch information
dderevjanik committed May 8, 2021
2 parents 721a602 + f329ba8 commit c81c82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function parseDefinition(
}
const definition: Definition = {
name: `${options.modelNamePreffix}${camelCase(nonCollisionDefName, { pascalCase: true })}${options.modelNameSuffix}`,
sourceName: defName,
sourceName: name,
docs: [name],
properties: [],
description: "",
Expand Down

0 comments on commit c81c82c

Please sign in to comment.