Skip to content

Commit

Permalink
Correct field name in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhay Garg committed Mar 23, 2023
1 parent 886e297 commit be06c62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function getCSharpGeneratorCode(
const optionStringPresets: string[] = [];

if (generatorOptions.csharpArrayType) {
optionString.push(`arrayType: '${generatorOptions.csharpArrayType}'`);
optionString.push(`collectionType: '${generatorOptions.csharpArrayType}'`);
}

const presetOptions =
Expand Down

0 comments on commit be06c62

Please sign in to comment.