Skip to content

Commit 5448b23

Browse files
committed
fix: unmapped anytype
1 parent 3c664d1 commit 5448b23

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/ElixirClientCodegen.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public ElixirClientCodegen() {
226226
typeMapping.put("date", "Date.t");
227227
typeMapping.put("date-time", "DateTime.t");
228228
// other
229+
typeMapping.put("AnyType", "any()");
229230
typeMapping.put("ByteArray", "binary()");
230231
typeMapping.put("DateTime", "DateTime.t");
231232
typeMapping.put("UUID", "String.t");

0 commit comments

Comments
 (0)