Skip to content

Commit d1043c9

Browse files
jaumardwing328
authored andcommitted
fix jaguar wrong import on object (#3000)
1 parent 60e6371 commit d1043c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/DartJaguarClientCodegen.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public class DartJaguarClientCodegen extends DartClientCodegen {
4343
static {
4444
modelToIgnore.add("datetime");
4545
modelToIgnore.add("map");
46+
modelToIgnore.add("object");
4647
modelToIgnore.add("list");
4748
modelToIgnore.add("file");
4849
modelToIgnore.add("uint8list");

0 commit comments

Comments
 (0)