Skip to content

Commit

Permalink
Merge pull request #979 from nextcloud/fix/dynamite/openapi_model
Browse files Browse the repository at this point in the history
fix(dynamite): fix license nullability
  • Loading branch information
Leptopoda authored Oct 16, 2023
2 parents d060f7d + 801e1f8 commit 7a51110
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract class Info implements Built<Info, InfoBuilder> {

String get version;

License get license;
License? get license;

@BuiltValueField(compare: false)
String? get description;
Expand Down
19 changes: 11 additions & 8 deletions packages/dynamite/dynamite/lib/src/models/openapi/info.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a51110

Please sign in to comment.