Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Aug 7, 2024
1 parent ad56b3f commit ca7e02e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typespec-extension/src/code-model-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2111,6 +2111,8 @@ export class CodeModelBuilder {
} else {
schema = this.processSchemaFromSdkType(nonNullType, "");
}
} else {
schema = this.processSchemaFromSdkType(nonNullType, "");
}

return new Property(prop.name, prop.details ?? "", schema, {
Expand Down

0 comments on commit ca7e02e

Please sign in to comment.