Skip to content

Commit

Permalink
- fixes review correction
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Apr 10, 2023
1 parent 2af6dd0 commit c5c2545
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ public override string GetPathItemName(OpenApiConvertSettings settings, HashSet<

return StructuredType is IEdmSchemaElement element && _model != null
? EdmModelHelper.StripOrAliasNamespacePrefix(element, settings, _model)
: (StructuredType.FullName());
: StructuredType.FullTypeName();
}
}
}

0 comments on commit c5c2545

Please sign in to comment.