Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #722 ? #727

Closed
wants to merge 1 commit into from
Closed

Conversation

Rodsevich
Copy link
Contributor

Implements satotoshitaka11's suggestion

Copy link

codecov bot commented Feb 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.73%. Comparing base (2a5d673) to head (68bdaa4).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #727   +/-   ##
=======================================
  Coverage   54.73%   54.73%           
=======================================
  Files          10       10           
  Lines        1266     1266           
=======================================
  Hits          693      693           
  Misses        573      573           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1646,7 +1646,7 @@ $allHashComponents;

final newModelMap = allOf.firstWhereOrNull((m) => m.properties.isNotEmpty);

final currentProperties = schema.properties;
final currentProperties = Map.of(schema.properties);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be simplified to:

final currentProperties = {...schema.properties};

@diegotori
Copy link
Contributor

@Vovanella95 do you have an ETA on when this fix will get released, since we're also running into this issue.

Thanks in advance.

@Vovanella95 Vovanella95 closed this Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants