Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LucGenetier committed Jan 2, 2025
1 parent 9be9063 commit b032764
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ internal ConnectorType(ISwaggerSchema schema, ISwaggerParameter openApiParameter
// x-ms-enum-values
if (!EnumDisplayNames.Any() && formulaType is OptionSetValueType osvt)
{
// (IEnumerable<KeyValuePair<DName, DName>> list, bool isNumber) = openApiParameter.GetEnumValues();

List<string> displayNames = new List<string>();

// ensure we follow the EnumValues order
Expand Down

0 comments on commit b032764

Please sign in to comment.